-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
[Menu] Fixed Menu item not toggling highlighted prop when submenu popup is opened using keyboard #1310
base: master
Are you sure you want to change the base?
[Menu] Fixed Menu item not toggling highlighted prop when submenu popup is opened using keyboard #1310
Conversation
…s, allowing for dynamic updates to the active (highlighted) item index. This fixes not updating hover out behaviour of navigation for keyboard events.
…ergeReactProps to merge externalProps
✅ Deploy Preview for base-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Netlify deploy preview |
Signed-off-by: Hakimuddin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A test would be helpful to prevent future regressions
Unrelated to this PR -- but when I try to run the tests using Tried several other commands but it doesn't seem to work, @atomiks It would be great If you can suggest how to correctly run the tests. Thanks ! |
Improve Menu Navigation and Fix Highlighting Issue
Fixes #1197