ComboboxPopover API

API reference docs for theComboboxPopovercomponent. For examples and details on the usage of this component, visit the component demo page.

Props

PropTypeDescriptionDefault
shouldUsePortal?booleanDetermines 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.ReactNodeContent 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?stringThe placeholder text for the input inside the mobile popover / sheet."Search..."