[Switch] autoFocus #12179
Labels
component: switch
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
new feature
New feature or request
There is problem with Switch component autoFocus (Material UI 1.4.0):
Although input is correctly focused in browser (and switching with space key works), component focus is not highlighted.
For autoFocusing element, there should probably be autoFocus property on Switch component:
And I guess that focused styling on unchecked element should be changed - white glow in light theme is practically invisible.
The text was updated successfully, but these errors were encountered: