Skip to content

chore: version packages#126

Merged
dgraciac merged 1 commit into
mainfrom
changeset-release/main
Jun 18, 2026
Merged

chore: version packages#126
dgraciac merged 1 commit into
mainfrom
changeset-release/main

Conversation

@code-sherpas-releases

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@code-sherpas/pharos-react@0.14.3

Patch Changes

  • d67e70c: fix(Combobox): anchor the multi-select popup to the chips control box, not the input

    In a Combobox multiple, Base UI resolves the popup anchor as
    inputGroupElement ?? inputElement. Single-select wraps Base UI's InputGroup
    (ComboboxControl), so the popup anchored to the full-width control. But
    multi-select uses Combobox.Chips (ComboboxChips) as the bordered box, and
    Chips registers no inputGroupElement — so the anchor fell back to the
    Input, which floats at the end of the chip row. Once several chips pushed the
    input toward the right edge, the popup opened narrow and shifted right
    (anchored at the typing caret) instead of keeping the control width.

    ComboboxChips now publishes its DOM node through an internal context that
    ComboboxContent reads and passes as the Positioner's anchor, so the popup
    keeps a constant width = the control (width: var(--anchor-width)),
    left-aligned, regardless of where the input sits. Single-select is unchanged:
    no chips box means no anchor override, so Base UI keeps anchoring to the
    ComboboxControl as before.

    No public TypeScript API change. Surfaced in Alexandria's AddUsers /
    AddSkills multi-select pickers.

@chromatic-com

chromatic-com Bot commented Jun 18, 2026

Copy link
Copy Markdown

Warning

Testing paused

Monthly snapshot limit reached. Update your plan for additional snapshots and to resume testing.

@dgraciac dgraciac merged commit 610a3f8 into main Jun 18, 2026
8 of 10 checks passed
@dgraciac dgraciac deleted the changeset-release/main branch June 18, 2026 02:46
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.

1 participant