Validation reset after form submission
问题 I've got the form with checkboxes and I want the user to select at least one of them. Everything works fine, but after resetting the form I can't hide the validation message. This case is described exactly in the docs, but the provided solution seems to be invalid because after submitting the form validation errors show up. <template> <v-app> <v-content> <playground></playground> <v-card class="mx-auto" outlined> <ValidationObserver ref="obs" v-slot="{ invalid, valid, validated, passes, reset