Documentation / @zerotal/flow-ui / index / ComboboxProps
Interface: ComboboxProps
Defined in: flow-ui/src/components/Combobox.tsx:26
Indexable
[
key:string]:unknown
Properties
bind?
optionalbind?:unknown
Defined in: flow-ui/src/components/Combobox.tsx:28
The bound
Expose
value.
query?
optionalquery?:unknown
Defined in: flow-ui/src/components/Combobox.tsx:30
Bind a query prop to filter on the server instead of the client.
name?
optionalname?:string
Defined in: flow-ui/src/components/Combobox.tsx:31
queryName?
optionalqueryName?:string
Defined in: flow-ui/src/components/Combobox.tsx:32
options
options:
ComboboxOption[]
Defined in: flow-ui/src/components/Combobox.tsx:33
placeholder?
optionalplaceholder?:string
Defined in: flow-ui/src/components/Combobox.tsx:34
class?
optionalclass?:string
Defined in: flow-ui/src/components/Combobox.tsx:36
Classes for the input.