React Context only open 1 dialog at a time. #546
Unanswered
cubecleveland
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.
-
Hello,
I wonder if someone can help in the following implementation:
I have many dialogs open through the app (react) some of them from a Hot key and some on a click of a button.
B/C of the option to open a dialog from a hot key .. i want to make sure only 1 dialog is open at any given time so basically launching a dialog will automatically close all open dialogs..
Is there any way to achive that via React context api.. if so... is there any way to ynamically change the dialog content ?
Is there another way to achive that ?>
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions