Gbuomprisco / ng2-material-select

Angular 2 Material-like Select Component
35 stars 14 forks source link

Search/Filter capability #32

Open Nolanus opened 7 years ago

Nolanus commented 7 years ago

Especially if there's a long list of entries in the select field, scrolling through all of them is cumbersome. I suggest adding a search/filter input to the top. Whenever something is entered into that field, only items matching the entered text are displayed. To keep it simple a basic "contains" check against the "displayProperty" should be fine.

PTC-JoshuaMatthews commented 7 years ago

+1