Replies: 1 comment
-
This appears to have been fixed in 1.7.8 (#2138) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone else experienced this? By default, the MenuItem renders with the
disabled
attribute set to false, causing the browser to read it as truthy. This mouse and keyboard navigation still works, but the browser's default styling for disabled elements kicks in.I saw a similar issue (#483), which was fixed and merged with #512 back in May of 2021. Over a year seems like a long time for this to continue without being noticed by others, so I wanted to make sure I wasn't missing something (as I just started using the package).
Beta Was this translation helpful? Give feedback.
All reactions