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 Sep 5, 2024. It is now read-only.
Thank you for your work on angular material. It's amazing !
I'm trying the md-autocompletewebsite's example
When we type something in the input, the form's dirty flag is set to true.
But when the form is not dirty and we just click on the input, if we select an element, the model binded changes but the form remains clean.
Shouldn't the dirty flag be set to true ?