Hello, I am trying to return additional field errors from onSubmit. I have experimented with validators.onSubmitAsync, but I cannot find a way to return an error for specific fiels either.
Imagine I have a sign up form. onSubmit calls a server function which might return field errors.
How this should be done? Is onSubmitAsync a place to run the actual logic?