Added @input handler which is necessary for modal validation

This commit is contained in:
Leah Schumann 2023-02-08 08:22:43 -05:00
parent 31334370bb
commit 0f1a4d9641

View file

@ -27,6 +27,7 @@
cornerStyle === 'rounded' ? 'rounded-pill' : '', cornerStyle === 'rounded' ? 'rounded-pill' : '',
]" ]"
:validationRules="validationRules" :validationRules="validationRules"
@input="handleChange"
@change="handleChange" @change="handleChange"
@blur="handleChange" @blur="handleChange"
:maxlength="maxLength ? maxLength : '999'" :maxlength="maxLength ? maxLength : '999'"