-
-
Notifications
You must be signed in to change notification settings - Fork 342
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 (next): Add ability disable portal for portalled components #1482
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
|
In this case, we'd need to add it to all the floating elements, and a more flexible approach would probably be a |
Hopefully these modifications are what you wanted? |
@saturnonearth yes, but let's make the name |
|
Thanks, man! I think the only one we're missing now is the |
It appears that the |
I'll get that type exported! |
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.
Thanks a ton dude! @saturnonearth
I added the ability to set portal on dialog content (for both
Dialog
andAlertDialog
). It used to be onDialog.Root
But I didn't know how to add it back there so I just added toDialog.Content
andAlertDialog.Content
.Edit: I added same props to
Popover
as well.