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
Currently using the keys to navigate to a MenuItem for a submenu doesn't open the submenu. I need to think carefully about how to handle this. MenuItem seems to trigger onClick when enter is pressed while it's focused. But no onClick is injected by bindHover.
But also, some cascading menus (macOS at least) also support opening the submenu with the right arrow key. So I need to investigate UI precedents and decide if I just match macOS or support multiple options.
The text was updated successfully, but these errors were encountered:
Currently using the keys to navigate to a
MenuItem
for a submenu doesn't open the submenu. I need to think carefully about how to handle this.MenuItem
seems to triggeronClick
when enter is pressed while it's focused. But noonClick
is injected bybindHover
.But also, some cascading menus (macOS at least) also support opening the submenu with the right arrow key. So I need to investigate UI precedents and decide if I just match macOS or support multiple options.
The text was updated successfully, but these errors were encountered: