-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable hide on outside click #161
Comments
It's handled by the UI library you use not Nice Modal. For example, set |
i use this `const modal = useModal();
|
@supnate please help |
@XxQuickSilverZz That looks like a MUI modal to me. You can solve that by adding this to your onClose handler: https://stackoverflow.com/a/67745133. |
Which property can I use to prevent the modal from hiding when I click outside of it? I don't want it to hide when clicking outside, only through code.
The text was updated successfully, but these errors were encountered: