-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add floating ui to dropdown #16492
feat: Add floating ui to dropdown #16492
Conversation
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @preetibansalui do you know what the status of this PR is and ETA of it being merged in? I am told that this will resolve an issue with the scrolling issue when we use a dropdown that would resolve an issue like this #7565 Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need an autoalign prop in this ? Autoalignment should not be conditional in case of dropdown. Floating UI should be added to it by default. @tay1orjones What are your views on this ?
As discussed on Slack, we are keeping autoAlign Prop as of now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM !!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM! Do we want to set autoAlign to true in all of the Modal stories and not just the Playground?
I think it would be better if we remove it from here, As we already have a separate issue where we will be creating stackblitz examples for all related issue. I will remove it, Thanks for bringing this up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks super good, just a couple small things
Thanks Taylor for the amazing suggestions, just pushed the changes as suggested. Please review the PR again. |
854c889
Closes #15865
Implement Floating UI in Dropdown
Changed
Implement floating ui in Dropdown