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
There's been instances where there might be a modal that opens from a popup where the modal is not to be dismissed by clicking outside. While it can be done via shouldHide and configuring the attributes on the element, we should allow for a easy config option that disables closing the modal or popup on outside click.
🚀 Feature Proposal
There's been instances where there might be a modal that opens from a popup where the modal is not to be dismissed by clicking outside. While it can be done via
shouldHide
and configuring the attributes on the element, we should allow for a easy config option that disables closing the modal or popup on outside click.Desired behavior: https://codesandbox.io/p/sandbox/dialogmodaltest-forked-cw69w7
The text was updated successfully, but these errors were encountered: