@serenity-is/corelib / SelectEditorOptions
Interface: SelectEditorOptions
Defined in: src/ui/editors/selecteditor.ts:63
Options for the SelectEditor.
Extends
Extended by
Properties
allowClear?
optionalallowClear:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:19
Whether the selection can be cleared.
Inherited from
ComboboxCommonOptions.allowClear
delimited?
optionaldelimited:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:21
Whether multiple items can be selected.
Inherited from
ComboboxCommonOptions.delimited
emptyOptionText?
optionalemptyOptionText:string
Defined in: src/ui/editors/selecteditor.ts:67
Text for the empty option.
items?
optionalitems:any[]
Defined in: src/ui/editors/selecteditor.ts:65
Items to display; each is a value or a [value, text] pair.
minimumResultsForSearch?
optionalminimumResultsForSearch:any
Defined in: src/ui/editors/comboboxeditor.tsx:23
Minimum results required to show the search box.
Inherited from
ComboboxCommonOptions.minimumResultsForSearch
multiple?
optionalmultiple:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:25
Whether multiple items can be selected.