Open
Description
Here are the steps to reproduce this bug:
- Start filling out the form, and leave one invalid field.
- Press Submit, and you get one error on one field.
- Fill out the field.. and the error doesn't go away until you focus out, or click Submit. If you click submit, it doesn't really submit.
- Have to click submit again to really submit.
If I use " validateOnBlur : false" then it works alright, but the errors don't go away while typing, which is preferable.