Await the submission handler to resolve or reject.
Returns Promise<void>
validate
validate(): void
Parse the input with the root schema,
then compare the new issues with old issues.
Only assign new errors to corresponding fields,
so that those unrelated fields are untouched.
Errors are compared against their error messages.
Programatically submit the form.