Relative Content

Tag Archive for vuejs3vee-validate

Vee-validate v4 how to force lazy validation

Maybe a dumb question but does any body know how to force a field to be lazy validated using vee-validate v4?
I am finding that my validation rules being executed on each keystroke instead of waiting till the field is tabbed away.
The vee-validate v4 doc doesn’t make it easy to find this information and there is a small sample which talks about lazy validation but I am finding it to not be true.
It still executes the rule each time but suppresses issuing the error message until the field is tabbed. That is not lazy validation.