davidtheclark / davidtheclark/react-aria-menubutton
Disabled/hidden button as menu item breaks arrow keys
Open
Investigation needed
Possible bug
- Dominant language
- TypeScript
- Stars
- 452
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
Reduced test case: https://stackblitz.com/edit/react-ts-41mm9f?file=index.tsx
1. Open the menu button
2. Press down arrow key, "foo" is selected
2. Press down arrow key again
Actual: "foo" is still selected
Expected: "baz" should be selected. (The disabled item is skipped.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.