We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff5a8f commit 510c9aeCopy full SHA for 510c9ae
packages/imask/src/controls/input.ts
@@ -65,6 +65,7 @@ class InputMask<Opts extends FactoryArg=Record<string, unknown>> {
65
this._bindEvents();
66
67
// refresh
68
+ this.updateValue();
69
this._onChange();
70
}
71
0 commit comments