Replies: 3 comments 1 reply
|
That's not possible, unfortunately, as it's always the same modal, but the content is just swapped. |
1 reply
|
Hi, I needed this too and gave a try. I didn't test everything but it works. Here are my modifications. I added a new modal attribute closeOnClickAwayIsForceful like closeOnEscapeIsForceful modal.php modal.js |
0 replies
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.
Hi,
Is there a way to avoid hiding main/parent modal when opening a child modal?
I have a big modal, with an Options button on it. It basically opens a small modal.
I'd like to keep open/visible the main modal and display the second modal on top of it, but I don't see an option to do it.
Thanks!
All reactions