material-components / material-components-web-catalog

Catalog of Material Components for the web (MDC Web)
https://material-components.github.io/material-components-web-catalog/
Apache License 2.0
116 stars 38 forks source link

SelectOption should dynamically switch between native and enhanced #254

Open williamernest opened 5 years ago

williamernest commented 5 years ago

The native select should be used for mobile devices, so I think we should dynamically switch between the native and enhanced select based on screen size (similar to how we do it with drawer).

Doing this will allow us to showcase the best use of the select types, while also giving the best user experience.