Documentation

validateField()

Validates a single form field.

validateField(name: string & keyof TSchema): unknown;

Notes

Parameters

Return value

The validated field value, or undefined if the field is not valid

Related