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.
What is the issue? *md-selected-item-change fires more often than expected.
What is the expected behavior? Users expect the md-selected-item-change event to fire only when an actual item has been selected. It currently fires whenever the selected item changes, even if that is to itself or to a non-item. This typically happens when an item is selected, and then the user types another character in the autocomplete and the md-selected-item-change fires with a value of undefined.
Proposal: *
We should consider adding a separate md-on-select to the <md-autocomplete> that behaves more like the md-on-select from the <md-select> component.