backbone-validator icon indicating copy to clipboard operation
backbone-validator copied to clipboard

Backbone model-view validator

Results 6 backbone-validator issues
Sort by recently updated
recently updated
newest added

It makes sense to have a separate method, e.g. `validateAsync`, or specific option, that will run async validation.

enhancement

More information: https://en.wikipedia.org/wiki/Email_address#Examples

I find the following to be quite helpful, as many of my models require validation of numbers (note, not strings that contain numbers, rather, actual numbers, where for example, a...

Is there a way to call a function that validates the model as a whole instead of individual attributes. This would allow more flexible validation of relationship among attributes instead...