ComboboxTrigger
@arolariu/components / ComboboxTrigger
ComboboxTrigger
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>
Type Aliases
// was this page useful?