Skip to content

Commit 510c9ae

Browse files
committed
fix #1035
1 parent 2ff5a8f commit 510c9ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/imask/src/controls/input.ts

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class InputMask<Opts extends FactoryArg=Record<string, unknown>> {
6565
this._bindEvents();
6666

6767
// refresh
68+
this.updateValue();
6869
this._onChange();
6970
}
7071

0 commit comments

Comments
 (0)