The library as is doesn't show some (if not all) errors.
Given Google manages that within the browser we need to parse that out of the form-raw.json and add it to the validation object available in react-hook-form to validate previous to submit.
I've been exploring how this can be done (check in my fork's master)

This would be the list for Short Answers, which would be the first thing I'd focus on
- Number
- Text
- Length
- Regular Expression
- Long text
The library as is doesn't show some (if not all) errors.
Given Google manages that within the browser we need to parse that out of the
form-raw.jsonand add it to the validation object available in react-hook-form to validate previous to submit.I've been exploring how this can be done (check in my fork's master)
This would be the list for Short Answers, which would be the first thing I'd focus on