@thinknimble/tn-validators
v1.1.1
Published
Field Validators
Downloads
109
Keywords
Readme
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:''}))