regula icon indicating copy to clipboard operation
regula copied to clipboard

Regula: An annotation-based form-validation framework in Javascript

Results 8 regula issues
Sort by recently updated
recently updated
newest added

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`...

feature-request

I really love this library. It would be great if it was npm'able.

feature-request
usability

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...

feature-request

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...

feature-request
usability

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...

feature-request