OptionalfgParams: FormGroupParams<TStorageValue>Registers a function called when the control error changes.
Static OptionaldefaultStatic ReadonlyglobalStatic ReadonlyglobalStatic ReadonlyuniqueA control is enabled as long as its status is not DISABLED.
True if the control has any status other than 'DISABLED', false if the status is 'DISABLED'.
The error message for the control.
A control is invalid when its status is INVALID.
True if this control has failed one or more of its validation checks, false otherwise.
A control is pending when its status is PENDING.
True if this control is in the process of conducting a validation check, false otherwise.
The serialize settings of the input element.
The current status of the control.
The "touched" state of the input element.
A control is valid when its status is VALID.
True if the control has passed all of its validation tests, false otherwise.
StatichistoryStatichistoryStaticmaxStaticmaxRegisters a function called when the control value changes.
void
ProtectedsetProtectedsetSets the "previous value" of the input element.
void
ProtectedsetSets the serialize settings of the input element.
Sets the "value" property on the input element.
void
StaticgcStaticinstanceStaticinstanceStaticstartStaticstop
Organize form controls in a group.
NOTE: This is a work in progress and only supports top level controls. Nested controls are not supported.