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
It definitely would be useful to have a way to disable the focus trap. Maybe something simple like this:
focusTrapOptions={{
active: false
}}
or
focusTrapActive={false}
One use case is a designer mode where a preview of a modal, using react-aria-modal, is displayed on page. In this case, a focus trap would be undesirable.
There's to no option to disable the
focus-trap
on the modal.There's the
focusTrapPaused
, but that only pauses it, doesn't deactivate.The text was updated successfully, but these errors were encountered: