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
Has anyone implemented a use case where you first open a Drawer, then a Dialog? Without passing any props to these components and when they are both open, clicking outside of those components will close both of them, while I only want to close the Dialog - basically in FIFO order. I can disable outside click for the Drawer, but for some reason that also disables it for the Dialog, which means I can only close it with the "x" button.
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
-
Has anyone implemented a use case where you first open a Drawer, then a Dialog? Without passing any props to these components and when they are both open, clicking outside of those components will close both of them, while I only want to close the Dialog - basically in FIFO order. I can disable outside click for the Drawer, but for some reason that also disables it for the Dialog, which means I can only close it with the "x" button.
Beta Was this translation helpful? Give feedback.
All reactions