It is not always preferred to disable the submit button when a form is invalid. In the current state, our form does not display any information about why the form is invalid unless you interact with a field.
What we like to do is to validate the form and show the current ınput errors on form submission, if there is any. In this lesson, we'll show you how you can easily do this with Vuelidates $thouch()
method.