https://github.com/thinknimble/tn-validators
ThinkNimble library for front-end forms and model validation
https://github.com/thinknimble/tn-validators
Last synced: 2 months ago
JSON representation
ThinkNimble library for front-end forms and model validation
- Host: GitHub
- URL: https://github.com/thinknimble/tn-validators
- Owner: thinknimble
- License: other
- Created: 2022-10-17T14:39:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T14:43:05.000Z (over 2 years ago)
- Last Synced: 2025-02-11T12:37:20.413Z (4 months ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
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:''}))
#### 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