Components: mdSelect - Option search

Created on 5 Mar 2017  路  4Comments  路  Source: angular/components

Bug, feature request, or proposal:

feature request

What is the expected behavior?

When option panel is open and user types something matching option should be "hovered"

What is the current behavior?

Nothing happens on typing

What is the use-case or motivation for changing an existing behavior?

Thats how build in select behaves (also Angular Material 1 https://material.angularjs.org/latest/demo/select)

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

  1. Open select
  2. Press f.e. "k"

All 4 comments

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

  1. Open select
  2. Press f.e. "k"

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._

Was this page helpful?
0 / 5 - 0 ratings