ComboboxField Reference
Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.
ComboboxField
Searchable select field for longer option lists.
Use when: Use when users need to type to narrow options before selection.
Import
import { ComboboxField } from "@components/index";Example
<ComboboxField id="product" value={value} searchValue={query} options={options} onSearchChange={setQuery} onSelectValue={setValue} />Available Props
searchValuestring
Current search text.
valuestring
Selected option id.
optionsComboboxFieldOption[]
Searchable option list.
Live Preview
Selected: DNA IO Board
Controls
Type in the preview field to filter and select an option.