According to <wl-dialog> documentation, 2 events should be dispatched:
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.
According to
<wl-dialog>documentation, 2 events should be dispatched:didhideanddidshow.However, when I use the dialog, my event handlers for these 2 events are not called.
eg.
I've accidentally tried with
@didHideand it works. No luck for@didShow.