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.
Currently using the keys to navigate to a
MenuItemfor a submenu doesn't open the submenu. I need to think carefully about how to handle this.MenuItemseems to triggeronClickwhen enter is pressed while it's focused. But noonClickis 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.