valid
True if there are currently no recorded errors.
get valid(): boolean;
Notes
- This property is updated according to the current validation mode — see FormState.ValidationMode.
- This field is set back to
trueby the clear() method.
Related
class FormState
An object that contains form field data, with validation rules.
