Variable: ComboboxContent
@arolariu/components / ComboboxContent
Variable: ComboboxContent
constComboboxContent:ForwardRefExoticComponent<ComboboxContentProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/combobox.tsx:376
The popover content containing the searchable command list.
Remarks
- Wraps Command with Popover positioning
- Includes search input and items list
- Automatically closes on item selection
Example
<ComboboxContent>
<ComboboxItem value="item1">Item 1</ComboboxItem>
</ComboboxContent>
// was this page useful?