The ref and container value a disablePortal MUI modal needs to keep itself inside the accessibility tree.
container
disablePortal
Readonly
Ref for the modal root element — <Dialog ref={...}> or the ref inside a MenuProps / slotProps.root object.
<Dialog ref={...}>
ref
MenuProps
slotProps.root
Value for MUI's container prop.
The ref and
containervalue adisablePortalMUI modal needs to keep itself inside the accessibility tree.