The Select component is no longer accessible as of v4.0 if the Select input does not have a selected option.
Expected Behavior 🤔
If rendering a Select component that does not have a selected value, the options should be accessible via the keyboard
Current Behavior 😯
The options are only available if there is a selection already made. (Note: This bug does not occur in MUI v3.x)
Steps to Reproduce 🕹
Link:
- sandbox
Context 🔦
Your Environment 🌎
| Tech |
Version |
| Material-UI |
v4.0.1 |
| React |
v16.8.6 |
| Browser |
|
| TypeScript |
|
| etc. |
|
The Select component is no longer accessible as of v4.0 if the Select input does not have a selected option.
Expected Behavior 🤔
If rendering a Select component that does not have a selected value, the options should be accessible via the keyboard
Current Behavior 😯
The options are only available if there is a selection already made. (Note: This bug does not occur in MUI v3.x)
Steps to Reproduce 🕹
Link:
Context 🔦
Your Environment 🌎