perform form validation even though the form is invalid
See behavior in attached screenshot. If I submit the form with one required field filled in and the other not, then it shows the correct error message. If I then make another field in the form "invalid" I'd expect that field to then show an error. With React Hook Form this happens, but with Tanstack Form it does not.