You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When started, only the Missing Email message is shown, as expected. When I start typing in the input, both messages Missing Email and Invalid Email are shown even if the field is not empty. This is not expected.
Hi angular folks!
I am messing with Angular 1.3.0-beta.13. Module form.
I have an email field in my form that is validated for both being not empty and a valid email. The code is as follows (see plunker here: http://plnkr.co/edit/etQYvORPfUXR059kcbUR?p=preview)
When started, only the
Missing Email
message is shown, as expected. When I start typing in the input, both messagesMissing Email
andInvalid Email
are shown even if the field is not empty. This is not expected.Orignial stackoverflow question with screenshots: http://stackoverflow.com/questions/24332902/angular-form-stops-on-first-validation-error-leaving-error-in-incorrect-state
Thanks!
The text was updated successfully, but these errors were encountered: