Home > @websublime/forms > FormArray

FormArray class

Form Array

Signature:

export declare class FormArray<T = any> extends BaseControl<T> 

Extends: BaseControl<T>

Constructors

ConstructorModifiersDescription
(constructor)(schema, parent, context)Constructs a new instance of the FormArray class

Properties

PropertyModifiersTypeDescription
itemsArray<BaseControl<T>> | never[]
schemaArraySchemaType<T>

Methods

MethodModifiersDescription
onChange(child)
setData(data)
validate(data, drill)