Combobox API
API reference for the Combobox components.
Combobox.Root
Props
mandatory
booleanControls mandatory selection behavior: - false (default): No mandatory selection enforcement - true: Prevents deselecting the last selected item
Default: false
error
booleanManual error state override — forces invalid regardless of error messages
Default: false
displayValue
(value: unknown) => stringMaps selected value to input display text. Defaults to String(value).
modelValue
anyEvents
update:model-value
[value: any]Slots
default
ComboboxRootSlotPropsCombobox.Activator
Props
Slots
default
ComboboxActivatorSlotPropsCombobox.Content
Props
Slots
default
ComboboxContentSlotPropsCombobox.Control
Props
Slots
default
ComboboxControlSlotPropsCombobox.Cue
Props
Slots
default
ComboboxCueSlotPropsCombobox.Description
Props
Slots
default
ComboboxDescriptionSlotPropsCombobox.Empty
Props
Slots
default
ComboboxEmptySlotPropsCombobox.Error
Props
Slots
default
ComboboxErrorSlotPropsCombobox.HiddenInput
Props
Combobox.Item
Props
Slots
default
ComboboxItemSlotProps<V>