so confusing: when to use Listbox
(select) vs Menu
(dropdown)
#458
-
the more i read the docs, the more confusing it is.
and your example shows that they do look the same. |
Beta Was this translation helpful? Give feedback.
Answered by
adamwathan
Apr 27, 2021
Replies: 1 comment 1 reply
-
Hey! They are completely different in terms of behavior — Listbox is for making custom Menu: Listbox: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
uptonking
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! They are completely different in terms of behavior — Listbox is for making custom
<select>
controls, which are form controls that have a selected value. Menu is for making dropdown menus, like you see in the menu bar in your operating system.Menu:
Listbox: