jonsamwell / angular-auto-validate

An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors
MIT License
346 stars 76 forks source link

Force validation issue at reset form #127

Open SzilardVigh opened 8 years ago

SzilardVigh commented 8 years ago

I need to use the force validation option because I have a dropdown which is working with a button and I must validate the button.

If you have activated the force validation, then after the reset form, it clears all of the values as is expected, but the valid and required elements turns to invalid, not only the force validated elements. The second reset clears all.

If you check the force validation checkbox and add a valid data to the form in the following example you can see the issue Plunker

jonsamwell commented 8 years ago

Sorry for the late reply - I see the issue you are talking about. I'll look for a fix