I have a simple form with submit button. Submit button is enabled/disabled based on weather there are client side validation errors. I use following to see if there are any errors.
validationModel.errors().length
For IE9, Chrome, and Safari this returns 0. However for IE10 this returns 1.
anyone knows why? and how to fix this?
Also, how do I see which field is throwing error?