ComboboxPopover API
API reference docs for theComboboxPopovercomponent. For examples and details on the usage of this component, visit the component demo page.
Props
| Prop | Type | Description | Default |
|---|---|---|---|
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 |
children? | React.ReactNode | Content of the ComboboxList with the options. | _ |
inputAppearance? | "SearchInput" | "TextInput" | "none" | Controls whether to include or exclude an input inside the mobile popover / sheet. | "TextInput" |
inputPlaceholder? | string | The placeholder text for the input inside the mobile popover / sheet. | "Search..." |