Skip to content

Commit

Permalink
feat(formAssociated): reset user interacted on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed May 3, 2024
1 parent 7ce4fcc commit 4c4d401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mixins/FormAssociatedMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export default function FormAssociatedMixin(Base) {
this._formReset = true; // Fires Change Event
this._valueDirty = false;
this.checkValidity();
this._userInteracted = false; // Reset error states
this._formReset = false;
},

Expand Down

0 comments on commit 4c4d401

Please sign in to comment.