DEV Community

Discussion on: Using Vue3 And Vuelidate for Forms and Form Validation

Collapse
 
gyurmatag profile image
Varga György Márk

Hi!
Nice tutorial! I have one question though. The form is valid on initial load even when using required on inputs (the form's $invalid attribure is false) and the form is not touched. How could we fix this?

Collapse
 
gyurmatag profile image
Varga György Márk

github.com/vuelidate/vuelidate/iss...
I found that it might be a bug in the library...