-
Hi team, There's few improvements I'd like you to consider or to be discussed: Basic Combobox
Autocomplete Combobox
Wish you the very best and thank you for your amazing work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Thanks @henrieri, this is some super useful feedback we'd like to consider when promoting the Combobox from Alpha. Some initial thoughts on each one of these points:
I see your point, but I am conflicted. The text cursor doesn't denote editing on the web platform, it simply denotes text selection (MDN). If you hover over text in this comment, you'll see the same cursor. It's the same with the
Agree, it's a feature I wouldn't mind having.
We recently removed the chevron. I want to say it came up in a usability study, I'm not 100% sure though, but the reason is there was some confusion that with the chevron you couldn't type into the field. This detail will likely come out in the usability studies we do when promoting the component to Beta and Production.
I feel like you should be able to achieve this, but I need to investigate it. The filtering of the list is controllable by you, in our examples we filter the list
Empty states are pretty specific to use case and flow. We don't provide one, because there could be many valid reasons to do something different based on the user task trying to be completed. For example, in Console.Zen, they should a nice illustration and help text. So we leave this intentionally up to the consumer of the component as it's the most flexible option we could provide. |
Beta Was this translation helpful? Give feedback.
Thanks @henrieri, this is some super useful feedback we'd like to consider when promoting the Combobox from Alpha. Some initial thoughts on each one of these points:
I see your point, but I am conflicted. The text cursor doesn't denote editing on the web platform, it simply denotes text selection (MDN). If you hover over text in this comment, you'll see the same cursor. It's the same with the
readonly
input, the cursor indicates I can select text from the value, but is unrelated to the editing state. It's maybe a little con…