Skip to content

Menu component interaction #1076

Answered by SiTaggart
sang-yeo asked this question in Q&A
Jan 6, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @sang-yeo

This is the key difference between a Menu and a Combobox.

A Menu is used to perform an action. It's trigger is static, it never changes its meaning. It's always the "bookmarks" menu, or the "more actions" menu. Upon performing the action, it's meaning never changes, it's still the "more actions" menu.

A Combobox is used to select a value. As you are changing the text, you are in-fact selecting a value and subsequently displaying that selection to the user. So you should be using the Combobox here.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sang-yeo
Comment options

@serifluous
Comment options

Answer selected by SiTaggart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants