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"
@change="handleChange"
@blur="handleChange"
@blur="handleBlur"
:maxlength="maxLength ? maxLength : '999'"
@focus="$emit('focus', $event.target.value)"
@keydown="keyDownHandler"