ComboBox // Downward Compatibility of next
#958
-
Hi! Thank you for providing this library! :) I just tried to upgrade our UI at github.com/motis-project/motis over to bits-ui I realized that the Combobox API changed fundamentally and a simple upgrade isn't possible. We're using the Combobox for geocoding addresses/places/etc., example can be found here: Problems:
So now the actual question: Is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Breaking changes are expected. The entire codebase was rewritten, and it includes a ton of bug fixes that were almost impossible to address in the The generic Combobox while nice for use cases like this, was overkill and limiting (in terms of typeahead, form autofill, hidden input rendering, etc.). The way you can accomplish similar functionality that you had before is to use the |
Beta Was this translation helpful? Give feedback.
Breaking changes are expected. The entire codebase was rewritten, and it includes a ton of bug fixes that were almost impossible to address in the
0.x
releases.The generic Combobox while nice for use cases like this, was overkill and limiting (in terms of typeahead, form autofill, hidden input rendering, etc.).
The way you can accomplish similar functionality that you had before is to use the
onValueChange
callback to set the selected based on the string identifier of the item