Adds async validation to the field corresponding to the given path based on a resource. Async validation for a field only runs once all synchronous validation is passing.
API
function validateAsync< TValue, TParams, TResult, TPathKind extends PathKind = PathKind.Root,>( path: SchemaPath<TValue, 1, TPathKind>, opts: AsyncValidatorOptions<TValue, TParams, TResult, TPathKind>,): void;validateAsync
voidAdds async validation to the field corresponding to the given path based on a resource. Async validation for a field only runs once all synchronous validation is passing.
@parampath
SchemaPath<TValue, 1, TPathKind>A path indicating the field to bind the async validation logic to.
@returns
voidJump to details