prevent aggressive validation in fields with regex rules

This commit is contained in:
Katie Kroell 2023-06-12 14:34:30 -04:00
parent ecda55ec01
commit 866919efcb

View file

@ -14,7 +14,7 @@
]">
<input
class="form-control"
v-model.trim="value"
v-model.trim.lazy="value"
v-maska="mask"
:type="type"
:ref="inputId"