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.
I spoke with @IgorMinar and @matsko about this yesterday during ngConf. Matias asked me to create an issue.
In the current implementation of ngForm/ngFormController, a form is marked as invalid even before a user has interacted with it. I proposed that we add a feature to ngFormController that will allow developers to better control when validation is triggered so that the validation can be differed until after a user has interacted with a specific form control or attempted to submit the form.
I'm willing to help implement these changes if this is something that the team agrees is a good idea.