Skip to content

v1.4.0

Compare
Choose a tag to compare
@colinaut colinaut released this 19 Jul 22:16
· 148 commits to main since this release

New Features:

  • Added reactive formData
    • $validate.isFormComplete('formId') returns true or false depending on if every form field is validated or not
    • $validate.formData('formId') returns an array of form data {name,value,valid}
  • Added input modifier to force validation on 'input' event from get go
  • Added additional examples

v1.3.3...v1.4.0