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
We're currently using a main dialog for showing of content, and a secondary dialog for showing temporary information (like Notifications). We want to be able to close each of these dialogs without closing the other.
However if both dialogs are open, and we click on the secondary dialog to close, the current implementation recognizes it as a "click outside" for the main dialog, resulting in both being closed.
We would like some way to listen to the click outside handler to provide exclusion cases, or be able to exclude another element from "click outside"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We're currently using a main dialog for showing of content, and a secondary dialog for showing temporary information (like Notifications). We want to be able to close each of these dialogs without closing the other.
However if both dialogs are open, and we click on the secondary dialog to close, the current implementation recognizes it as a "click outside" for the main dialog, resulting in both being closed.
We would like some way to listen to the click outside handler to provide exclusion cases, or be able to exclude another element from "click outside"
Beta Was this translation helpful? Give feedback.
All reactions