You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand it, validation should happen on all this.model.attributes that has been updated, and if there was no validation then undefined is returned. However, when filling in half the form and setting the model as such, validation should happen, though we still get undefined returned by isValid().
Is this intended? Did I misunderstand the docs?
The text was updated successfully, but these errors were encountered:
I forked the fiddle example by thedersen and changed
isValid(true)
toisValid()
, so that I do not force validation on the entire model.http://jsfiddle.net/miphe/udXL5/513/
As I understand it, validation should happen on all
this.model.attributes
that has been updated, and if there was no validation thenundefined
is returned. However, when filling in half the form and setting the model as such, validation should happen, though we still getundefined
returned byisValid()
.Is this intended? Did I misunderstand the docs?
The text was updated successfully, but these errors were encountered: