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
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
Hi, is there a way to pass event listeners to dialog component?
I'm using create and I know I can pass a function to prop as a workaround but for consistency with my other code I'm looking for a way to pass event listeners so they are attached to the dialog's $listeners
Would appreciate any input on that.
The text was updated successfully, but these errors were encountered:
Thanks, got you. I need this for different sorts of async validations - the dialog must be closed only after the validation was successful and the validation can't be a part of the dialog's implementation for it to be reusable.
Hi, is there a way to pass event listeners to dialog component?
I'm using
create
and I know I can pass a function to prop as a workaround but for consistency with my other code I'm looking for a way to pass event listeners so they are attached to the dialog's $listenersWould appreciate any input on that.
The text was updated successfully, but these errors were encountered: