[Menu] Trying to achieve accessibility with Menu, MenuList, MenuItem #45206
Labels
component: menu
This is the name of the generic UI component, not the React module!
package: material-ui
Specific to @mui/material
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
Summary
Open the Menu and then clicking on arrow down key, I am not able to move to the 2nd MenuList and access the Menu Items there.
Below is reproduction of the issue involving Menu, Menu List and Menu Item -
https://stackblitz.com/edit/react-djf5hpms?file=Demo.tsx
I have multiple ways -
Make MenuList as div by passing
MenuListProps={{ component: 'div' }} to the Menu component so that I don't have ul inside a ul
Wrapping each MenuList with li's
But they don't seem to work
Examples
https://stackblitz.com/edit/react-djf5hpms?file=Demo.tsx
Motivation
Trying to make our components accessible
Search keywords: accessiblity
The text was updated successfully, but these errors were encountered: