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

validationMessage binding displays stale error message if property has multiple validators attached #247

Closed
xelibrion opened this issue Mar 14, 2013 · 1 comment

Comments

@xelibrion
Copy link
Contributor

Please have a look at the fiddle http://jsfiddle.net/twgwM/14/

After clicking "Current month" button against the second input the message will say "This field is required", although it should say "End date must not exceed current date".
In fact, the error property of observable has exactly this message (you can see it in console after clicking on 'Validate' button), but it looks like for some reason validation message was rendered before it had been actually set.

@crissdev
Copy link
Member

Fixed by #248

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

2 participants