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 implemented a behaviour to add my server-side errors to my client-side angular errors. If I want to reset my form ($setPristine() and $setValidity()), only the general validation state of my form is reset.
My workaround for this was, to call $setValidity() for all fields of the form manually.
I think it would be nice to have method or an argument for $setValidity(), that resets child validation state as well.
The text was updated successfully, but these errors were encountered:
I implemented a behaviour to add my server-side errors to my client-side angular errors. If I want to reset my form ($setPristine() and $setValidity()), only the general validation state of my form is reset.
My workaround for this was, to call $setValidity() for all fields of the form manually.
I think it would be nice to have method or an argument for $setValidity(), that resets child validation state as well.
The text was updated successfully, but these errors were encountered: