We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b84a8 commit 9559bc1Copy full SHA for 9559bc1
packages/form-core/src/FormApi.ts
@@ -1510,7 +1510,7 @@ export class FormApi<
1510
}
1511
1512
//
1513
- const validationType = this.state.submissionAttempts === 0
+ const validationType = this.state.submissionAttempts === 1
1514
? this.options.validationOnFirstAttempt ?? 'submit'
1515
: this.options.validationOnConsequentAttempts ?? 'submit';
1516
0 commit comments