Added @input handler which is necessary for modal validation
This commit is contained in:
parent
31334370bb
commit
0f1a4d9641
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
cornerStyle === 'rounded' ? 'rounded-pill' : '',
|
||||
]"
|
||||
:validationRules="validationRules"
|
||||
@input="handleChange"
|
||||
@change="handleChange"
|
||||
@blur="handleChange"
|
||||
:maxlength="maxLength ? maxLength : '999'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue