Skip to content

[combobox] Accept autoHighlight="always" in Combobox.Root#4189

Open
winzamark123 wants to merge 1 commit intomui:masterfrom
winzamark123:fix/combobox-autohighlight-always
Open

[combobox] Accept autoHighlight="always" in Combobox.Root#4189
winzamark123 wants to merge 1 commit intomui:masterfrom
winzamark123:fix/combobox-autohighlight-always

Conversation

@winzamark123
Copy link

Summary

  • Expose autoHighlight="always" in Combobox.Root public typing and JSDoc so the API matches supported runtime behavior.
  • Add a regression test verifying that autoHighlight="always" highlights the first item immediately on open.
  • Regenerate API reference output for Combobox.Root.

Testing

  • pnpm test:jsdom ComboboxRoot --no-watch
  • pnpm test:chromium ComboboxRoot --no-watch

Fixes #4188

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 25, 2026

commit: a5bbad8

@mui-bot
Copy link

mui-bot commented Feb 25, 2026

Bundle size report

Bundle Parsed size Gzip size
@base-ui/react 0B(0.00%) 0B(0.00%)

Details of bundle changes


Check out the code infra dashboard for more information about this PR.

@netlify
Copy link

netlify bot commented Feb 25, 2026

Deploy Preview for base-ui ready!

Name Link
🔨 Latest commit a5bbad8
🔍 Latest deploy log https://app.netlify.com/projects/base-ui/deploys/699e3fc49eded700088e57b1
😎 Deploy Preview https://deploy-preview-4189--base-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@zannager zannager added the component: combobox Changes related to the combobox component. label Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: combobox Changes related to the combobox component.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[combobox] Combobox.Root typing/docs reject autoHighlight="always" although runtime supports it

3 participants