CASH-1310: Don't validate when just clicking in and out of an empty input
This commit is contained in:
parent
4fe2e1443f
commit
b289e0dd63
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
]"
|
||||
:validationRules="validationRules"
|
||||
@change="handleChange"
|
||||
@blur="handleChange"
|
||||
@blur="handleBlur"
|
||||
:maxlength="maxLength ? maxLength : '999'"
|
||||
@focus="$emit('focus', $event.target.value)"
|
||||
@keydown="keyDownHandler"
|
||||
|
|
|
|||
Loading…
Reference in a new issue