Merge pull request #6231 from wuc656/patch-1

Update InputMask.vue
pull/6273/head
Tuğçe Küçükoğlu 2024-08-22 10:45:28 +03:00 committed by GitHub
commit d3d13cf79f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
:placeholder="placeholder"
:fluid="hasFluid"
:unstyled="unstyled"
@input="onInput"
@compositionend="onInput"
@focus="onFocus"
@blur="onBlur"
@keydown="onKeyDown"