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.
The function that my rule calls is an expensive Rest api call and I cannot have it called on each key stroke , fail but simply hide the error message.
Any help or advice on what would seem to be a very simple problem would be really appreciated.
I am finding the vee-validate v4 is almost a complete rewrite of the applications from the previous v3 due to what seems a lot of breaking changes that were introduced.