Merge pull request #2864 from Safelite/feature/CASH-1310

CASH-1310: Don't validate when just clicking in and out of an empty input
This commit is contained in:
Chris 2025-09-25 09:41:27 -04:00 committed by GitHub
commit 68b0fb657a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"