New Features 🎉
- Added validation trigger options
validateOnXXX
for controlling validation on these events:input
,change
,blur
,update:modelValue
(#2927) - Breaking 💀: Now vee-validate will no longer validate on
input
now, this is to prevent the default experience from being too aggressive and you can customize it with thevalidateOnInput
option
You can view the section documenting this behavior here