This repository was archived by the owner on Mar 27, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
|
What you suggest, @mattmutt, was the original behavior we had implemented. But it turned out not to be aligned with the A11Y requirements and W3C examples. Adding a configuration option would be a viable approach, but we don't want overload our API and we're trying to avoid introducing API changes in Clarity Angular. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
An optional feature consideration the combobox.
When the user brings focus to the input field of the combobox , invoke the
ClrPopoverToggleServiceto expand the list instead of making the user move mouse to expand trigger button on the right side or press the down arrow key to reveal the list.Currently the list would show one item if some text were already entered, or the complete list if nothing was in the input text. I'm not sure if showing the entire list might ever be useful, to saving the user from having to clear out the input prior to seeing a complete list, like a select box.
combobox-auto-expand.mov
Beta Was this translation helpful? Give feedback.
All reactions