`canSubmit` behavior, invalid form submission
The form state object has acanSubmitflag that is false when any field is invalid and the form has been touched (canSubmitisuntil the form has been touched, even if some fields are "technically" invalid based on theirtrueonChange/onBlurprops).
Is there a way to change that behavior? If not, what's the appropriate workaround for the "don't ever let 'technically' invalid forms be submitted" use case?