Skip to content

Conversation

@atomiks
Copy link
Contributor

@atomiks atomiks commented Dec 11, 2025

These already exist on Input
Closes #3438

@atomiks atomiks added type: enhancement It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature. component: autocomplete Changes related to the autocomplete component. component: combobox Changes related to the combobox component. labels Dec 11, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 11, 2025

  • vite-css-base-ui-example

    pnpm add https://pkg.pr.new/mui/base-ui/@base-ui/react@3491
    
    pnpm add https://pkg.pr.new/mui/base-ui/@base-ui/utils@3491
    

commit: a58ccb2

@mui-bot
Copy link

mui-bot commented Dec 11, 2025

Bundle size report

Bundle Parsed size Gzip size
@base-ui/react 🔺+154B(+0.04%) 🔺+29B(+0.02%)

Details of bundle changes


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

@atomiks atomiks force-pushed the feat/combobox-trigger-state-attrs branch from 75aa715 to 75d422b Compare December 11, 2025 03:51
@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for base-ui ready!

Name Link
🔨 Latest commit 75aa715
🔍 Latest deploy log https://app.netlify.com/projects/base-ui/deploys/693a3f34fefe430008dc8fa7
😎 Deploy Preview https://deploy-preview-3491--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.

@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for base-ui ready!

Name Link
🔨 Latest commit a58ccb2
🔍 Latest deploy log https://app.netlify.com/projects/base-ui/deploys/693f1b10485eb10008b78882
😎 Deploy Preview https://deploy-preview-3491--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.

@atomiks atomiks force-pushed the feat/combobox-trigger-state-attrs branch from 75d422b to d88aed4 Compare December 11, 2025 04:08
@atomiks atomiks marked this pull request as ready for review December 11, 2025 04:21
@Yonava
Copy link
Contributor

Yonava commented Dec 11, 2025

thanks!

Copy link
Member

@LukasTy LukasTy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works beautifully, nice work. 👍

Comment on lines +36 to +42
"data-popup-side": {
"description": "Indicates which side the corresponding popup is positioned relative to its anchor.",
"type": "'top' | 'bottom' | 'left' | 'right' | 'inline-end' | 'inline-start' | null"
},
"data-list-empty": {
"description": "Present when the corresponding items list is empty."
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should add these to the Autocomplete.Trigger as well? 🤔

Copy link
Contributor Author

@atomiks atomiks Dec 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<Autocomplete.Trigger> is a re-export of <Combobox.Trigger>, so it inherits these already

@atomiks atomiks merged commit 9f73e54 into mui:master Dec 14, 2025
23 checks passed
@atomiks atomiks deleted the feat/combobox-trigger-state-attrs branch December 14, 2025 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: autocomplete Changes related to the autocomplete component. component: combobox Changes related to the combobox component. type: enhancement It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Combobox] Provide mechanism for responding to position changes in dropdown

4 participants