feat(components): add multi-select ComboBox values - #1950
Draft
apucacao wants to merge 5 commits into
Draft
Conversation
Thread React Aria selection state through the wrapper and render selected collection items as inline removable tags.
Pin controlled and uncontrolled selection, async item caching, removal, and mode-specific types.
Add interactive stories for inline tags, controlled item filtering, custom renderers, and field states.
🦋 Changeset detectedLatest commit: 03dcbe3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
commit: |
Use the same spacing between rows and columns, and keep the clear action out of examples.
apucacao
force-pushed
the
ag/react-aria-combobox-multi-select-clean
branch
from
July 20, 2026 16:12
5d7647a to
5ecab74
Compare
Show how ComboBoxTagGroup can render custom content for multiple inline selected values. Co-authored-by: Cursor <cursoragent@cursor.com>
apucacao
force-pushed
the
ag/react-aria-combobox-multi-select-clean
branch
from
July 20, 2026 16:27
5ecab74 to
03dcbe3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consumers need a standard multi-select ComboBox pattern that keeps selected values visible and editable without leaving the field. This adds inline wrapping tags backed by React Aria's multiple-selection state, including controlled collections and Backspace removal.
Screenshots (if appropriate):
Please add a current Storybook screenshot before moving this PR out of draft.
Testing approaches
Focused Vitest suite (16 tests), repository typecheck, package builds, Storybook production build, and Chrome interaction/layout verification.
Original branch: https://github.com/launchdarkly/launchpad-ui/tree/ag/react-aria-combobox-multi-select