Variable: ComboboxTrigger
@arolariu/components / ComboboxTrigger
Variable: ComboboxTrigger
constComboboxTrigger:ForwardRefExoticComponent<ComboboxTriggerProps&RefAttributes<HTMLButtonElement>>
Defined in: components/ui/combobox.tsx:324
Button that opens and closes the combobox popover.
Remarks
- Renders as a Button with trigger behavior
- Shows selected item label or placeholder
- Supports custom children or auto-display
Examples
<ComboboxTrigger />
<ComboboxTrigger>
{selectedLabel || "Choose..."}
</ComboboxTrigger>
// was this page useful?