FieldGroup
Group fields together in a list.
Usage
Triggers form validation. Will raise any errors unless opts.silent
is set to true.
Clears form errors associated with a specific path. If no path is provided, clears all form errors.
Retrieves form errors associated with a specific path. If no path is provided, returns all form errors.
Sets form errors for a given path. If no path is provided, overrides all errors.
A reference to the array containing validation errors. Use this to access or manipulate the error information.
Triggers form validation. Will raise any errors unless opts.silent
is set to true.
Clears form errors associated with a specific path. If no path is provided, clears all form errors.
Retrieves form errors associated with a specific path. If no path is provided, returns all form errors.
Sets form errors for a given path. If no path is provided, overrides all errors.
A reference to the array containing validation errors. Use this to access or manipulate the error information.