Dropdown Menu Vs Select Component #2627
-
Hey, wanted to know if there is any inherent difference between using Dropdown menu or Select component, working on a project where a dropdown menu is being used inside a form for selecting values. Any potential drawbacks? |
Beta Was this translation helpful? Give feedback.
Answered by
benoitgrelard
Feb 27, 2024
Replies: 1 comment
-
Yes, definitely the wrong pattern. They have completely different semantics.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
benoitgrelard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, definitely the wrong pattern. They have completely different semantics.
DropdownMenu
is a UI pattern to present a list of actionnable itemsSelect
is a UI pattern to allow users to pick a value out of a set of options