closeModalWithEvents() not working #422
Unanswered
DonCamillo11
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi, I'm having the same issue, how do I close the modal so that I can pass data back to the parent component? Seems like the listener on the parent component doesn't get triggered. Is there a working example of this function? I think there might be extra 'use' that I am missing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
any update on this? i cant refresh my parent modal |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a modal from which I open a child modal. When saving, I want to close the modal using closeModalWithEvents() and update a select field in the parent modal. This always worked without any problems in others, but I can't get it to work with this one. In the child component I have
and in the parent component
I figured out that this function never gets called. I don’t know why?
Beta Was this translation helpful? Give feedback.
All reactions