-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Thank you for this great library! It's much more idiomatic than svelte-simple-modal!
However, there's no mention of event handling, and the standard svelte way doesn't seem to work.
Is your feature request related to a problem? Please describe.
I try to dispatch an event from my modal component to the <Modals on:message={handleModalDialogButton}>
tag in the overlying component.
Describe the solution you'd like
Ideally, the normal svelte event dispatch would work out of the box.
Describe alternatives you've considered
Using a store.
Metadata
Metadata
Assignees
Labels
No labels