Commit 00924e0
committed
Version 1.5.0
New Features
- Added $.alterValidationRules method to modify the Global Validation rules - Documentation - Demo
- Modified NUMERIC rule (to match ex: 1,000.00 or 1000)
- Added INTEGER rule
- Added data-validation-regex-reverse attribute to reverse the data-validation-regex.
Fixes
- Fixes #8 data-validation-regex is not reversed anymore by default, an error will be triggered if the input value does not match the regex.
- options.submit.settings.button default value is changed to [type="submit"]
- Fixed NOSPACE regex
Notes
- Make sure the node is a <form> or the Validation is dropped
- Removed window.Validation.message configuration, use $.alterValidationRules instead1 parent 32ba4ae commit 00924e0
2 files changed
+257
-244
lines changed
0 commit comments