Skip to content

@serenity-is/corelib / SelectEditorOptions

Interface: SelectEditorOptions

Defined in: src/ui/editors/selecteditor.ts:63

Options for the SelectEditor.

Extends

Extended by

Properties

allowClear?

optional allowClear: boolean

Defined in: src/ui/editors/comboboxeditor.tsx:19

Whether the selection can be cleared.

Inherited from

ComboboxCommonOptions.allowClear


delimited?

optional delimited: boolean

Defined in: src/ui/editors/comboboxeditor.tsx:21

Whether multiple items can be selected.

Inherited from

ComboboxCommonOptions.delimited


emptyOptionText?

optional emptyOptionText: string

Defined in: src/ui/editors/selecteditor.ts:67

Text for the empty option.


items?

optional items: any[]

Defined in: src/ui/editors/selecteditor.ts:65

Items to display; each is a value or a [value, text] pair.


minimumResultsForSearch?

optional minimumResultsForSearch: any

Defined in: src/ui/editors/comboboxeditor.tsx:23

Minimum results required to show the search box.

Inherited from

ComboboxCommonOptions.minimumResultsForSearch


multiple?

optional multiple: boolean

Defined in: src/ui/editors/comboboxeditor.tsx:25

Whether multiple items can be selected.

Inherited from

ComboboxCommonOptions.multiple