You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When programmatically changing the value of a Combobox component created following the docs at https://next.bits-ui.com/docs/components/combobox, the dropdown selection updates correctly, but the input field text doesn't reflect the change.
Steps to Reproduce
Create a reusable Combobox component following the documentation:
When clicking the "Select Apple" button (setting myValue = "apple" programmatically), both the dropdown selection AND the input field text should update to display "Apple".
Actual Behavior
The dropdown correctly shows "Apple" as selected, but the input field remains empty or unchanged.
huntabyte
added
docs
Improvements or additions to documentation
bug
Something isn't working
and removed
triage
A maintainer needs to review this issue and label it appropriately
docs
Improvements or additions to documentation
labels
Mar 30, 2025
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Description
When programmatically changing the value of a Combobox component created following the docs at https://next.bits-ui.com/docs/components/combobox, the dropdown selection updates correctly, but the input field text doesn't reflect the change.
Steps to Reproduce
Create a reusable Combobox component following the documentation:
Use this component in another file with programmatic value changes:
Click the "Select Apple" button
Expected Behavior
When clicking the "Select Apple" button (setting myValue = "apple" programmatically), both the dropdown selection AND the input field text should update to display "Apple".
Actual Behavior
The dropdown correctly shows "Apple" as selected, but the input field remains empty or unchanged.
Reproduction
https://stackblitz.com/edit/github-cfbnbfta-fwh7ndgr?file=src%2Froutes%2F%2Bpage.svelte
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: