clear()
Removes all field values and errors.
clear(): this;
Notes
- After removing all fields, a change event is emitted on the form state object itself.
Related
class FormState
An object that contains form field data, with validation rules.
Removes all field values and errors.
clear(): this;