setting defaultState.canSubmit to false does not work
I've set the
https://stackblitz.com/edit/tanstack-form-g4x5nj?file=src%2Findex.tsx (Line 20)
Is there another way to disable the submit button by default and only enable it once all fields have been touched (and are valid) - probably check
defaultState.canSubmit to false but it doesn't seem to have any effect.https://stackblitz.com/edit/tanstack-form-g4x5nj?file=src%2Findex.tsx (Line 20)
Is there another way to disable the submit button by default and only enable it once all fields have been touched (and are valid) - probably check
state.isTouched?