Dropdown does not prevent arrow key scrolling #160
Labels
accessibility
a11y
component: menu
This is the name of the generic UI component, not the React module!
When the dropdown is active, and you use the down/up arrows, the browser scrolls up and down.
An
event.preventDefault()
should do the trick.The text was updated successfully, but these errors were encountered: