Skip to content

ComboBox // Downward Compatibility of next #958

Closed Answered by huntabyte
felixguendling asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@felixguendling
Comment options

@felixguendling
Comment options

@huntabyte
Comment options

@felixguendling
Comment options

@huntabyte
Comment options

Answer selected by felixguendling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants