FieldCombobox

A combobox component that allows the user to select a value from a list of options with search/filter functionality.

Basic Usage

Single Select

A basic combobox with search functionality.

Selected: none

Multi Select

Multiple Selection

Allow selecting multiple values.

Selected: none

With Groups

Grouped Items

Organize items into groups with headings.

Loading State

With Loading Indicator

Show a loading state while fetching data.

API Reference

FieldCombobox

PropTypeDefaultDescription
type"single" | "multiple"-Selection mode (required)
valuestring | string[]-Selected value(s)
inputValuestring""Search input value
openbooleanfalseControlled open state
disabledbooleanfalseDisable the combobox

FieldComboboxItem

PropTypeDefaultDescription
valuestring-Item value (required)
labelstring-Text for filtering
disabledbooleanfalseDisable the item

FieldComboboxContent

PropTypeDefaultDescription
side"top" | "bottom" | "left" | "right""bottom"Dropdown position
sideOffsetnumber4Distance from trigger
classstring-Additional CSS classes