SelectMenuPopover API
API reference docs for theSelectMenuPopover
component. For examples and details on the usage of this component, visit the component demo page.
Props
Prop | Type | Description | Default |
---|---|---|---|
children | ReactNode | Content of the select menu popover. | _ |
shouldUsePortal? | boolean | Determines whether the popover should be rendered in a React Portal. If true , the popover will be rendered outside the DOM hierarchy of the parent component. | true |