UEI logo

UEI Manufacturing System

Operations Workspace

ComboboxField Reference

Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.

Hierarchy

Comece por `atoms` e avance para níveis maiores só quando a capacidade realmente precisar de composição.

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.

This application is a prototype and is being developed by Antonio Araujo and Seron S.