twigs
twigs copied to clipboard
Prop to disable portals in Dropdown
Currently DropdownMenuContent
and DropdownMenuSubContent
are added to body using portals. There may be cases where this can cause issues like when used within Modals.
Add a prop to define a custom portal target or disable portaling completely.