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
When deleting an old selection and choosing a new one and then select enter it should choose the new selection.
What is the current behavior?
When deleting an item and then selecting the new one only the new one should be sent to onSelection change. Delete the current one several times and select a new one, you will see eventually in the console that the new one and then the old one are reported, the old one being last. The old selection is actually being seen on onSelectionChange. Do not use the mouse as that works fine, use keyboard arrows and enter.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
When deleting an old selection and choosing a new one and then select enter it should choose the new selection.
What is the current behavior?
When deleting an item and then selecting the new one only the new one should be sent to onSelection change. Delete the current one several times and select a new one, you will see eventually in the console that the new one and then the old one are reported, the old one being last. The old selection is actually being seen on onSelectionChange. Do not use the mouse as that works fine, use keyboard arrows and enter.
What are the steps to reproduce?
http://plnkr.co/edit/9ECG85?p=preview
Which versions of Angular, Material, OS, browsers are affected?
4.1.0 + 2.0.0-beta.3 &Windows & all browsers (FF & Chrome/Opera)
The text was updated successfully, but these errors were encountered: