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 has been archived by the owner on Sep 5, 2024. It is now read-only.
In native select element, if I press "A" two times, it will select "A1" then "A2" and after if I press "A4" fast, it will select "A4". Angular Material does not do it that way, if I press "A" multiple times it will select the first option with the "A" letter same thing for "A4".
Let's say we have a simple
md-select
element.In native
select
element, if I press "A" two times, it will select "A1" then "A2" and after if I press "A4" fast, it will select "A4". Angular Material does not do it that way, if I press "A" multiple times it will select the first option with the "A" letter same thing for "A4".It's easy to test it with the demo here : https://material.angularjs.org/latest/#/demo/material.components.select
The text was updated successfully, but these errors were encountered: