Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isValid() returns undefined instead of performing validation on partial form #327

Open
miphe opened this issue Feb 18, 2016 · 0 comments
Open

Comments

@miphe
Copy link

miphe commented Feb 18, 2016

I forked the fiddle example by thedersen and changed isValid(true) to isValid(), 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 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant