trimox / angular-mdc-web

Angular wrapper for Material Design (Web) Components
https://trimox.github.io/angular-mdc-web
MIT License
517 stars 87 forks source link

[menu-surface]: Searchable text-field example #2156

Open anuragvitta opened 4 years ago

anuragvitta commented 4 years ago

The Problem: Its good to have search on select box with long options menu.its really frustrating to scroll hundreds of options.

Expected Behavior : the select box should filter results based on user input and return only matching options in menu

mptyspace commented 4 years ago

You can quite easily make this yourself by combining menuSurface & text-field.

I'm not sure if the select was created to be able to do this

trimox commented 4 years ago

Thank you @mptyspace 👍

Sounds like this would be great example for menu-surface demos 🤔