mirror of
https://github.com/primer/css.git
synced 2024-11-29 06:02:33 +03:00
Update the copy on the Select menu
component to make it more clear that one isn't deprecated (#1822)
* Update copy * Update select-menu.md * Update select-menu.md * Update select-menu.md * Update select-menu.md Co-authored-by: Inayaili León <yaili@github.com> Co-authored-by: Katie Langerman <langermank@github.com>
This commit is contained in:
parent
69e1fc539e
commit
41b409126d
@ -6,9 +6,10 @@ bundle: select-menu
|
||||
---
|
||||
|
||||
<Note>
|
||||
Please note that the `.select-menu` component is deprecated and `.SelectMenu` should be used instead. Check the <a href="/css/components/select-menu-deprecated">migration guide</a> 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 <a href="/css/components/select-menu-deprecated">deprecated select menu</a> class. Check the <a href="/css/components/select-menu-deprecated">migration guide</a> to make sure your app is up to date.
|
||||
</Note>
|
||||
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user