Conversation

mrkwdwrd

I was using a Single-File Component in a dynamic modal and found I needed trigger a method on the component that was invoking the modal, from within the component in the modal, but I don't want it tied to any of the existing modal events.

I've created a custom-event listener on the modal which accepts an object containing the name of the event I ultimately want to listen for and and object of params (optional).

On the SFC shown in the modal, I emit the custom-event back to the parent:

image

And I've invoked the modal as follows and the my-custom-event listener as follows:

image

Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@mrkwdwrd