suid icon indicating copy to clipboard operation
suid copied to clipboard

Implement @mui/base FocusTrap for overlayed components

Open EthanStandel opened this issue 2 years ago • 0 comments

When @mui components like the drawer or the modal open up, they autofocus the first tabbable element within (or the modal itself), and then they trap focus within via a FocusTrap component so that the page behind cannot be interacted with.

EthanStandel avatar Jun 05 '22 01:06 EthanStandel