Skip to content

Commit

Permalink
fix #1035
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed May 21, 2024
1 parent 2ff5a8f commit 510c9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/imask/src/controls/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class InputMask<Opts extends FactoryArg=Record<string, unknown>> {
this._bindEvents();

// refresh
this.updateValue();
this._onChange();
}

Expand Down

0 comments on commit 510c9ae

Please sign in to comment.