Skip to content

ThinkNimble library for front-end forms and model validation

License

Notifications You must be signed in to change notification settings

thinknimble/tn-validators

Repository files navigation

Change Log

v1.1.0release date 06/13/2021

  • MustMatchValidator updated to take in reference form and matcher is now a string
    • For backward compatibility change matcher to string of field name and pass form as variable to parameters
    • e.g when calling the add validator method on the form `this.form.addValidator('', new MustMatchValidator({matcher:'', form:''}))

v1.1.1release date 07/20/2021

  • MinDateValidator added to enforce minimum dates
  • MaxDateValidator added to enforce maximum dates
  • Required Validator will now validate array.length

About

ThinkNimble library for front-end forms and model validation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published