negomi / react-burger-menu

:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
http://negomi.github.io/react-burger-menu/
MIT License
5.04k stars 582 forks source link

When menu is open and keys a to z are pressed, focus should go to item that starts with the pressed letter/key #410

Open sjarva opened 3 years ago

sjarva commented 3 years ago

According to WAI ARIA practices 1.1 for navigation menu buttons and menus, when the menu is open and the user presses keys a to z, the menu item that starts with the pressed key should get the focus.

Currently nothing is happening when the keys are pressed.