Skip to content

Event handlers for <wl-dialog> don't get called #95

@devtud

Description

@devtud

According to <wl-dialog> documentation, 2 events should be dispatched:

  • didhide and
  • didshow.

However, when I use the dialog, my event handlers for these 2 events are not called.
eg.

<wl-dialog @didhide="${handleDialogClosed}" @didshow="${handleDialogOpened}" ...>
</wl-dialog>

I've accidentally tried with @didHide and it works. No luck for @didShow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions