CASH-1310: Don't validate when just clicking in and out of an empty input

This commit is contained in:
Chris Redelinghuys 2025-09-25 09:30:33 -04:00
parent 4fe2e1443f
commit b289e0dd63

View file

@ -43,7 +43,7 @@
]" ]"
:validationRules="validationRules" :validationRules="validationRules"
@change="handleChange" @change="handleChange"
@blur="handleChange" @blur="handleBlur"
:maxlength="maxLength ? maxLength : '999'" :maxlength="maxLength ? maxLength : '999'"
@focus="$emit('focus', $event.target.value)" @focus="$emit('focus', $event.target.value)"
@keydown="keyDownHandler" @keydown="keyDownHandler"