Skip to main content

Variable: ComboboxContent

@arolariu/components


@arolariu/components / ComboboxContent

Variable: ComboboxContent

const ComboboxContent: 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?