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
I have a set of nested modals, the parent modal contains buttons which open child modals.
I'd like to close the parent modal when opening a child modal. I've tried yielding the parent modal's closeModal action and then triggering that when a child is opened, but that just seems to close all modals.
Perhaps I'm doing something wrong, or perhaps the closeModal action closes all modals and not just the specific modal which yielded it?
The text was updated successfully, but these errors were encountered:
Hi,
I have a set of nested modals, the parent modal contains buttons which open child modals.
I'd like to close the parent modal when opening a child modal. I've tried yielding the parent modal's
closeModal
action and then triggering that when a child is opened, but that just seems to close all modals.Perhaps I'm doing something wrong, or perhaps the
closeModal
action closes all modals and not just the specific modal which yielded it?The text was updated successfully, but these errors were encountered: