regula
regula copied to clipboard
Regula: An annotation-based form-validation framework in Javascript
My code is: ``` Password Ripeti Password Invia ``` what am I doing wrong ? thank you very much
Hi I'm trying to get two passwords to verify, but I get no error if they don't match. My form:
This attribute may be used by other frameworks so I believe that it would be best to change it to `regula-constraints` Thoughts??
In addition to the `MDY`, `YMD`, and `DMY` formats, we'll have to support "wire format" as well. This way `@Past` and `@Future` could be used with `date`, `time`, and `datetime`...
I really love this library. It would be great if it was npm'able.
Every constraint allows for a label and groups. In most cases, all constraints for an element need to have the same value for these parameters. I propose that there should...
regula.bind takes an option parameter of 'element', which is a DOM element to operate on. regula.validate takes an option parameter of 'elementId', a string id of an element to operate...
It would be nice to have the ability to 'Or' constraints. Use Case: I have an input field that can be blank. If it is not blank, it should be...