You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the dropdown menu is open, pressing up/down arrow keys should move the selection, but shouldn't cause the page to scroll. I think the handleScrollableMenuKeyDown() function just needs to call preventDefault() to swallow the key events.
The text was updated successfully, but these errors were encountered:
When the dropdown menu is open, pressing up/down arrow keys should move the selection, but shouldn't cause the page to scroll. I think the
handleScrollableMenuKeyDown()
function just needs to callpreventDefault()
to swallow the key events.The text was updated successfully, but these errors were encountered: