kobalte icon indicating copy to clipboard operation
kobalte copied to clipboard

feat(combobox): support all levels of autocomplete

Open nsaritzky opened this issue 2 years ago • 1 comments

The spec for the ARIA Combobox design pattern lays out 4 levels of autocompletion. The Kobalte combobox currently supports the first two levels, but it stops there. This issue is to propose adding support for at least the third level, which is:

List autocomplete with automatic selection: The combobox is editable, and when the popup is triggered, it presents suggested values that complete or logically correspond to the characters typed in the combobox, and the first suggestion is automatically highlighted as selected. The automatically selected suggestion becomes the value of the combobox when the combobox loses focus unless the user chooses a different suggestion or changes the character string in the combobox.

This can make for a much more pleasant experience with a frequently-used box.

nsaritzky avatar Jul 01 '23 20:07 nsaritzky

I think this is what I meant here: https://github.com/kobaltedev/kobalte/issues/608

masylum avatar Jul 13 '25 20:07 masylum