Replies: 3 comments 9 replies
-
This is something we can look at. I don't know the level of difficulty for changing that behavior on the combobox but the feedback on it being non-intuitive is valid. CC: @Jinnie @bbogdanov |
Beta Was this translation helpful? Give feedback.
-
One approach is to consider adopting a dropdown like behavior on the Clarity combobox. That's what we ended up doing in our use case, because users were baffled by the showing of one item in the list each time they wanted to change the value. Trying to reprogram users expectations that this is how a combobox design work was ineffective. So all Clarity comboboxes in the app now get the best of both worlds. Filtered typing to quickly find the item and a dropdown button to reveal the complete list, even if something was highlighted already. Had to invent a new custom iterator on the combobox-with-reselection.mov |
Beta Was this translation helpful? Give feedback.
-
This is the accessibility pattern that we've followed. Any change request should go through the accessibility channel. It's not a devs or design driven decision. CC: @scroniser |
Beta Was this translation helpful? Give feedback.
-
Re-raising this issue, as it grew silent around the issue, if there is a related ticket please close it and mention the corresponding ticket!
Assignee: @bbogdanov
FYI: @mattmutt; @gnomeontherun
For the original ticket please see #6469
How to reproduce
See screencast for the steps to reproduce the behavior:
https://user-images.githubusercontent.com/311619/141486153-2c73a13e-02a7-44a9-9493-cd4f854f75ed.mp4
Describe the bug
Imagine the following quite common scenario:
In the screencast example the user had previously selected "Alaska" and wants to change it to "Arizona", which is not easy possible.
Current behaviour
when the user clicks on the caret-down to open the suggestion-list, as he/she wants to select another value, the suggestion-list only offers the current value.
Some of our users where confused if there aren't no other valid options to select from, and
other understood that they need to delete the current value and search for a new one but felt that this behavior is cumbersome and unintuitive.
Expected behavior
Therefore the behaviour should change as soon as a value has been selected = the combobox field is populated:
see also #5641
Versions
Clarity project: Clarity Angular/UI
Clarity version: v4.x; v5.x
Framework: Angular
Device:
Beta Was this translation helpful? Give feedback.
All reactions