feature request
When option panel is open and user types something matching option should be "hovered"
Nothing happens on typing
Thats how build in select behaves (also Angular Material 1 https://material.angularjs.org/latest/demo/select)
What you are looking for is Autocomplete component:
https://material.angular.io/components/component/autocomplete
@frankspin89 , No, I'm not :)
Autocomplete does filtering on some data source, and select just highlights option by "short term user input".
Check out state select here - https://material.angularjs.org/latest/demo/select
There's a pending PR for this at https://github.com/angular/material2/pull/2907.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
@frankspin89 , No, I'm not :)
Autocomplete does filtering on some data source, and select just highlights option by "short term user input".
Check out state select here - https://material.angularjs.org/latest/demo/select