I have a multi-step form using Vue3 and Vee-Validate with Yup. I want to reset a field to remove it from the values and then fill it again with a new value. But when I do this, the meta.valid tag is still "false" instead of becoming "true" as the form is now valid with a correct value.
If it helps :
.vue
Thanks everyone :)