Methods
getValue() → {Object}
Get Form value
Returns:
- Type
- Object
isValid() → {bool}
Method for checking if Form is valid
Returns:
- Type
- bool
reset(value)
Resets controlState of Form controls and updates its values to initial
Parameters:
Name | Type | Description |
---|---|---|
value |
Object | New value for Form |
(async) setValue(value)
Set Form value externally
Parameters:
Name | Type | Description |
---|---|---|
value |
Object | New value for Form |
showErrors()
Make all errors visible for Form controls