backbone.validation
backbone.validation copied to clipboard
A validation plugin for Backbone.js that validates both your model as well as form input
I have a question that maybe someone can help me, or at least tell me if this is a bug. I have some validation rules applied to a model that...
Resolves #289 Adds support for functions (i.e. dynamic calculation of reference values) for all built in validators.
Fixed typo in validators' examples: Sweeden → Sweden
It would be easy for users to use built in validators in a conditional way, if functions were supported to be used for built in validators (similar to required validator)....
Good morning everyone, I can not perform the validation of a NestedModel because of the error you find as title. I use https://github.com/afeld/backbone-nested for nested Model. I use https://github.com/tbranyen/backbone.layoutmanager for...
The pattern for the digits pattern (/^\d+$/) does not recognize negative digits (i.e. -4): /^\d+$/.test(-65461) returns false. If this is by design then the pattern should at least be renamed...
hasValue() returns an info whether data being validated has any value .. basically it checks whether data is empty. This works fine for everything except for object, for which hasValue...
Hi, I would like to pull in the `backbone-validation` using _Bower_. I am also using `require.js` so ideally I would like to pull in the _AMD_ version, but the current...