Skip to content

feat(headless): add Autocomplete primitive#8481

Open
alexcarpenter wants to merge 1 commit intocarp/headless-menufrom
carp/headless-autocomplete
Open

feat(headless): add Autocomplete primitive#8481
alexcarpenter wants to merge 1 commit intocarp/headless-menufrom
carp/headless-autocomplete

Conversation

@alexcarpenter
Copy link
Copy Markdown
Member

@alexcarpenter alexcarpenter commented May 5, 2026

Summary

  • Adds Autocomplete primitive: combobox with virtual focus (aria-activedescendant)
  • Inline List variant for embedding inside other floating elements
  • Full keyboard navigation with typeahead
  • Adds cross-primitive floating-tree integration tests (Dialog/Popover/Select/Tooltip nesting)

Review Stack

Review order — start at #8474 (foundation) and work up. Each PR adds one primitive on top of the previous.

# PR What it adds Base
1 #8474 Foundation (infra + hooks + utils + Dialog) main
2 #8475 Accordion #8474
3 #8476 Tabs #8475
4 #8477 cssVars + Tooltip #8476
5 #8478 Popover #8477
6 #8479 Select #8478
7 #8480 Menu #8479
8 #8481 Autocomplete + integration tests #8480

Test plan

  • pnpm build succeeds
  • pnpm test — 352 pass, 1 skipped (full suite)
  • CI passes

🤖 Generated with Claude Code

@vercel
Copy link
Copy Markdown

vercel Bot commented May 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
clerk-js-sandbox Skipped Skipped May 5, 2026 6:38pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 5, 2026

⚠️ No Changeset found

Latest commit: e3395b4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@alexcarpenter alexcarpenter force-pushed the carp/headless-autocomplete branch from e3395b4 to 6bea8ec Compare May 5, 2026 18:38
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