sparksuite / react-accessible-dropdown-menu-hook

A simple Hook for creating fully accessible dropdown menus in React
http://sparksuite.github.io/react-accessible-dropdown-menu-hook
MIT License
112 stars 26 forks source link

Support closing menu with escape key while the menu button has focus #276

Closed corymharper closed 3 years ago

corymharper commented 3 years ago

Based on #63 we don't give the first menu item focus when a menu item is clicked, however this leads to the possibly confusing behavior of being able to open the menu, but not close it with escape afterwards.

WesCossick commented 3 years ago

I'd describe this more as a bug than a new feature. I've updated the issue accordingly.