@serenity-is/corelib / ComboboxCommonOptions
Interface: ComboboxCommonOptions
Defined in: src/ui/editors/comboboxeditor.tsx:17
Common options shared by combobox-based editors.
Extended by
Properties
allowClear?
optionalallowClear:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:19
Whether the selection can be cleared.
delimited?
optionaldelimited:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:21
Whether multiple items can be selected.
minimumResultsForSearch?
optionalminimumResultsForSearch:any
Defined in: src/ui/editors/comboboxeditor.tsx:23
Minimum results required to show the search box.
multiple?
optionalmultiple:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:25
Whether multiple items can be selected.