From 3a3a7347bc3304129f25d1a77f1a04effd4559c4 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 27 Feb 2023 11:15:57 -0500 Subject: [PATCH] link to event --- docs/components/dropdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/dropdown.md b/docs/components/dropdown.md index 194d721d..9d723aa1 100644 --- a/docs/components/dropdown.md +++ b/docs/components/dropdown.md @@ -64,7 +64,7 @@ const App = () => ( ### Getting the Selected Item -When dropdowns are used with [menus](/components/menu), you can listen for the `sl-select` event to determine which menu item was selected. The menu item element will be exposed in `event.detail.item`. You can set `value` props to make it easier to identify commands. +When dropdowns are used with [menus](/components/menu), you can listen for the [`sl-select`](/components/menu#events) event to determine which menu item was selected. The menu item element will be exposed in `event.detail.item`. You can set `value` props to make it easier to identify commands. ```html preview