Skip to content

vee-validate@4.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare

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 the validateOnInput option

You can view the section documenting this behavior here

Bug Fixes πŸ›

  • [rules]: Fix file validators not handling empty values (8e2f3d4)
  • [core]: Unwrap the initialValue passed to the useField to prevent reciving computed props or read only ref (0298a92)