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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,8 @@ Use `label[tabindex="0"][role=menuitemradio/menuitemcheckbox]` when dealing with
59
59
60
60
### Events
61
61
62
-
-`details-menu-select`- An item is to be select (cancelable).
63
-
-`details-menu-selected` - An item is selected, label updated, menu closed.
62
+
-`details-menu-select`(cancelable) - fired on `<details-menu>` with `event.detail.relatedTarget` being the item to be selected.
63
+
-`details-menu-selected` - fired on `<details-menu>` with `event.detail.relatedTarget` being the item selected, after label is updated and menu is closed.
0 commit comments