Home > Enterprise >  How to disable vuetify form submit button until all the validation rules are full-filled
How to disable vuetify form submit button until all the validation rules are full-filled

Time:01-24

I have found the enter image description here

So, what is the actual way to keep the button disabled until all the inputs are not empty?

Codepen Demo

CodePudding user response:

You should remove the lazy-validation property. As per the documentation,

If lazy-validation is enabled, value(A boolean value representing the validity of the form.) will always be true unless there are visible validation errors

  •  Tags:  
  • Related