Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow-ui / index / ComboboxProps

Interface: ComboboxProps

Defined in: flow-ui/src/components/Combobox.tsx:26

Indexable

[key: string]: unknown

Properties

bind?

optional bind?: unknown

Defined in: flow-ui/src/components/Combobox.tsx:28

The bound

Expose

value.


query?

optional query?: unknown

Defined in: flow-ui/src/components/Combobox.tsx:30

Bind a query prop to filter on the server instead of the client.


name?

optional name?: string

Defined in: flow-ui/src/components/Combobox.tsx:31


queryName?

optional queryName?: string

Defined in: flow-ui/src/components/Combobox.tsx:32


options

options: ComboboxOption[]

Defined in: flow-ui/src/components/Combobox.tsx:33


placeholder?

optional placeholder?: string

Defined in: flow-ui/src/components/Combobox.tsx:34


class?

optional class?: string

Defined in: flow-ui/src/components/Combobox.tsx:36

Classes for the input.