Skip to content

feat(Combobox): expose inputValue prop on Combobox.Root #1517

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged

Conversation

huntabyte
Copy link
Owner

Closes #1317

This pull request introduces a new feature to the Combobox component, allowing programmatic synchronization of the input value via the inputValue prop.

New Feature: Programmatic Synchronization of Input Value

  • Combobox Enhancements:
    • Added a new inputValue prop to Combobox.Root for synchronizing the displayed input value with external updates.

Copy link

changeset-bot bot commented May 27, 2025

🦋 Changeset detected

Latest commit: 4bc4eb5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
bits-ui Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented May 27, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
bits-ui ✅ Ready (View Log) Visit Preview 4bc4eb5

@huntabyte huntabyte merged commit 1c26e60 into main May 27, 2025
5 checks passed
@github-actions github-actions bot mentioned this pull request May 27, 2025
@huntabyte huntabyte deleted the fix/1317-2 branch May 28, 2025 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Combobox Input Value Not Updating When Value Changes Programmatically
1 participant