DropdownMenu arrow navigation doesn't work with up/left arrow keys #1874
Labels
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
[Type] Bug
An existing feature does not function as intended
The DropdownMenu component, currently used in the Table Block, implements arrow navigation, which is pretty good for accessibility. Pressing the DOWN or RIGHT arrow keys, the next item in the menu gets focused:
However, when pressing the UP or LEFT arrow keys, focus is lost.
The text was updated successfully, but these errors were encountered: