Clicking outside the window closes Dialog #996
Unanswered
asharonbaltazar
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Dialog with state that depends on URL params. Whenever I click outside the window and return, the Dialog apparently clears the params and closes itself.
I have a reproducible example right here. Toggling
isDialogBased
will show the difference: when it's off, clicking outside the browser window doesn't clear the query params and, in turn, doesn't close the modal, but whenisDialogBased
is turned on, it does. If this is a feature/accessibility quirk, I'd like a way to turn it off.Beta Was this translation helpful? Give feedback.
All reactions