backbone-validator
backbone-validator copied to clipboard
Backbone model-view validator
It makes sense to have a separate method, e.g. `validateAsync`, or specific option, that will run async validation.
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...