vue.js - Vuetify how can I disable button till all validation rules are true? - Stack Overflow

PHOTO EMBED

Sat Feb 12 2022 12:41:16 GMT+0000 (Coordinated Universal Time)

Saved by @arielvol #html

<v-form v-model="isFormValid">
  <!-- all input elements go here -->
</v-form>

<!-- disable if form is not valid -->
<v-btn :disabled="!isFormValid">Add</v-btn>
content_copyCOPY

https://stackoverflow.com/questions/57793226/vuetify-how-can-i-disable-button-till-all-validation-rules-are-true/57827717