Documentation

class FormStateproperty

errors

An object that contains validation error messages, if any.

get errors(): Readonly<{
[name in keyof TSchema]?: StringConvertible;
}>;

Notes

Related