Skip to content

@serenity-is/corelib / ComboboxEditorOptions

Interface: ComboboxEditorOptions

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

Options for the ComboboxEditor.

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


autoComplete?

optional autoComplete: boolean

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

Whether arbitrary values are allowed.

Inherited from

ComboboxInplaceAddOptions.autoComplete


cascadeField?

optional cascadeField: string

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

Field used for cascading.

Inherited from

ComboboxFilterOptions.cascadeField


cascadeFrom?

optional cascadeFrom: string

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

Id of the parent editor to cascade from.

Inherited from

ComboboxFilterOptions.cascadeFrom


cascadeValue?

optional cascadeValue: any

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

Value used for cascading.

Inherited from

ComboboxFilterOptions.cascadeValue


delimited?

optional delimited: boolean

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

Whether multiple items can be selected.

Inherited from

ComboboxCommonOptions.delimited


dialogType?

optional dialogType: string | DialogType | PromiseLike<DialogType>

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

Dialog type used for in-place add.

Inherited from

ComboboxInplaceAddOptions.dialogType


filterField?

optional filterField: string

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

Field used for filtering.

Inherited from

ComboboxFilterOptions.filterField


filterValue?

optional filterValue: any

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

Value used for filtering.

Inherited from

ComboboxFilterOptions.filterValue


inplaceAdd?

optional inplaceAdd: boolean

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

Whether in-place add is enabled.

Inherited from

ComboboxInplaceAddOptions.inplaceAdd


inplaceAddPermission?

optional inplaceAddPermission: string

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

Permission required for in-place add.

Inherited from

ComboboxInplaceAddOptions.inplaceAddPermission


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