prevent aggressive validation in fields with regex rules
This commit is contained in:
parent
ecda55ec01
commit
866919efcb
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
]">
|
||||
<input
|
||||
class="form-control"
|
||||
v-model.trim="value"
|
||||
v-model.trim.lazy="value"
|
||||
v-maska="mask"
|
||||
:type="type"
|
||||
:ref="inputId"
|
||||
|
|
|
|||
Loading…
Reference in a new issue