Expected Behavior
The native browser select element allows you to move to options by typing arbitrary characters when the select menu is open. The newly added Select component (which is greatly appreciated by the way!) does not support this functionality.
Current Behavior
When select menu is open, and I type the label of an option that is not selected, nothing happens.
Steps to Reproduce (for bugs)
- Open a
Select component
- Start typing to select an option
Context
Material UI is an amazing asset, but in pursuit of the new and shiny, let's not abandon something as fundamental as basic select functionality :)
Your Environment
| Tech |
Version |
| Material-UI |
1.0.0-beta-9 |
| React |
15.5.4 |
| browser |
Chrome 61.0.3163.79 (Official Build) (64-bit) |
Expected Behavior
The native browser
selectelement allows you to move to options by typing arbitrary characters when the select menu is open. The newly addedSelectcomponent (which is greatly appreciated by the way!) does not support this functionality.Current Behavior
When select menu is open, and I type the label of an option that is not selected, nothing happens.
Steps to Reproduce (for bugs)
SelectcomponentContext
Material UI is an amazing asset, but in pursuit of the new and shiny, let's not abandon something as fundamental as basic
selectfunctionality :)Your Environment