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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
especially with regards to the rendered DOM strucutre and keyboard navigation:
Submenu should be rendered as <ul> inside of the MenuItem wrapper slot. Menu items of that submenu should render normally as <li> items.
Submenu is always vertical
Home and End keys should not be used as the menu implements circular navigation.
As opposed to the specification described in the links above, submenu should not open when the user hovers on the menu item with a submenu. It should open when the user clicks on such a menu item or if he uses keyboard navigation keys for subemnu open.
API Proposal
add menu prop to the MenuItem component. User can pass a Menu shorthand to it.
MVP
There has already been two PRs implementing this. Both had good and bad sides and the good parts were merged into #539.