From 41b409126d5fac5e79110778f8a38630cd258a54 Mon Sep 17 00:00:00 2001 From: Maxime De Greve Date: Thu, 16 Dec 2021 18:03:22 +0000 Subject: [PATCH] Update the copy on the `Select menu` component to make it more clear that one isn't deprecated (#1822) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update copy * Update select-menu.md * Update select-menu.md * Update select-menu.md * Update select-menu.md Co-authored-by: Inayaili León Co-authored-by: Katie Langerman --- docs/content/components/select-menu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/components/select-menu.md b/docs/content/components/select-menu.md index 2ea5210d..d6abf0bf 100644 --- a/docs/content/components/select-menu.md +++ b/docs/content/components/select-menu.md @@ -6,9 +6,10 @@ bundle: select-menu --- - Please note that the `.select-menu` component is deprecated and `.SelectMenu` should be used instead. Check the migration guide to make sure your app is up to date. + Please note that this is a newer version and uses the `.SelectMenu` class instead of the deprecated select menu class. Check the migration guide to make sure your app is up to date. + The `SelectMenu` component provides advanced support for navigation, filtering, and more. Any menu can make use of JavaScript-enabled live filtering, selected states, tabbed lists, and keyboard navigation with a bit of markup. ## Basic example