-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MenuItem doesn't respect focusVisibleClassName #11432
Comments
@ianschmitz Correct, we need to merge the classnames in |
Hi @oliviertassinari, can i take up this issue to solve, as i am a beginner and looking forward to contribute to material-ui :) |
We are happy to hear you want to contribute to Material-UI but @rdemirov is already working on this issue. Don't worry, there is a lot that can be improved. |
Related to #10976.
The changes in #10976 work awesome for the
Switch
, however it looks like theMenuItem
'sfocusVisibleClassName
prop doesn't work as expected. Passing afocusVisibleClassName
to the item works great from a typing perspective, but they don't seem to be applied to theListItem
correctly.Example: https://codesandbox.io/s/5638ox58n
The text was updated successfully, but these errors were encountered: