Skip to main content

ArraySetInput<T>

Extends

Type Parameters

Type Parameter
T

Constructors

Constructor

new ArraySetInput<T>(options): ArraySetInput<T>;

Parameters

ParameterType
optionsArraySetInputOptions<T>

Returns

ArraySetInput<T>

Overrides

FormInput.constructor

Properties

PropertyTypeInherited from
entriesMap<string, FormInput<FormInputGenerics>>-
entryListenersMap<string, () => any>-
loadingboolean-
optionsArraySetInputOptions<T>FormInput.options
value{ [key: string]: T; }FormInput.value

Accessors

error

Get Signature

get error(): string;
Returns

string

Inherited from

FormInput.error


label

Get Signature

get label(): string;
Returns

string

Inherited from

FormInput.label


name

Get Signature

get name(): string;
Returns

string

Inherited from

FormInput.name


placeholder

Get Signature

get placeholder(): string;
Returns

string

Inherited from

FormInput.placeholder


valid

Get Signature

get valid(): boolean;
Returns

boolean

Overrides

FormInput.valid


visible

Get Signature

get visible(): boolean;
Returns

boolean

Inherited from

FormInput.visible

Methods

availableEntries()

availableEntries(): ComboBoxItem[];

Returns

ComboBoxItem[]


dispose()

dispose(): void;

Returns

void

Inherited from

FormInput.dispose


isValid()

isValid(): boolean;

Whether this field is valid. Hidden fields do not block the form.

Returns

boolean

Inherited from

FormInput.isValid


remove()

remove(): void;

Returns

void

Inherited from

FormInput.remove


renderControl()

renderControl(options): Element;

Parameters

ParameterType
optionsFormInputRenderOptions

Returns

Element

Overrides

FormInput.renderControl


renderInputWidget()

renderInputWidget(options): Element;

Parameters

ParameterType
optionsFormInputRenderOptions

Returns

Element

Inherited from

FormInput.renderInputWidget


setLoading()

setLoading(loading?): void;

Parameters

ParameterType
loadingboolean

Returns

void


setValue()

setValue(value): void;

Parameters

ParameterType
value{ [key: string]: T; }

Returns

void

Overrides

FormInput.setValue


update()

update(options): void;

Parameters

ParameterType
optionsPartial<Omit<T["OPTIONS"], "name" | "value">>

Returns

void

Inherited from

FormInput.update


validate()

validate(): void;

Returns

void

Inherited from

FormInput.validate