Replies: 4 comments 8 replies
-
Would love to see this. I recently started writing something like
|
Beta Was this translation helpful? Give feedback.
-
Hitting the same focus management issues. I'm convinced a combo-box should be its own component rather than a heavily modified listbox since it would require listbox to expose a bunch of very low-level focus management props which probably isn't a great API. I imagine having both combobox box and listbox share a common internal component then expose it in two different ways (mainly differing in focus management). |
Beta Was this translation helpful? Give feedback.
-
Reach UI has this: https://reach.tech/combobox |
Beta Was this translation helpful? Give feedback.
-
Since there hasn't been any update on this I started building my own... I plan to start working on separating it out into multiple components so they can be styled independently but here is what I got so far: https://gist.github.com/vmitchell85/23dc7977ba7239747cbd73f199ba070b |
Beta Was this translation helpful? Give feedback.
-
Instead of pressing buttons to skip to the option with that starting letter it would be far more intuitive and better if you could type and it gives you the closest match
Beta Was this translation helpful? Give feedback.
All reactions