FieldMetaDerived

Type Alias: FieldMetaDerived

ts
type FieldMetaDerived: object;
type FieldMetaDerived: object;

Type declaration

errors

ts
errors: ValidationError[];
errors: ValidationError[];

An array of errors related to the field value.

isPristine

ts
isPristine: boolean;
isPristine: boolean;

A flag that is true if the field's value has not been modified by the user. Opposite of isDirty.

Defined in

packages/form-core/src/FieldApi.ts:388

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.