type FieldMetaBase: object;
type FieldMetaBase: object;
errorMap: ValidationErrorMap;
errorMap: ValidationErrorMap;
A map of errors related to the field value.
isBlurred: boolean;
isBlurred: boolean;
A flag indicating whether the field has been blurred.
isDirty: boolean;
isDirty: boolean;
A flag that is true if the field's value has been modified by the user. Opposite of isPristine.
isTouched: boolean;
isTouched: boolean;
A flag indicating whether the field has been touched.
isValidating: boolean;
isValidating: boolean;
A flag indicating whether the field is currently being validated.
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.