svelte-modals icon indicating copy to clipboard operation
svelte-modals copied to clipboard

Emit events to parent from modal opened using openModal()?

Open hardingjam opened this issue 2 years ago • 3 comments

Is it possible to dispatch events from a modal back to the component that called openModal()?

For example:

	const handleClick = () => {
		openModal(ListingModal, on:eventDisaptch={handleEvent});
	};

hardingjam avatar Jan 11 '22 10:01 hardingjam