Question: I’ve created a form handler using its composable inside my <script setup>: And in my template I wrote this: I made a snackbar with a button that shows up (using useForm’s meta.dirty attribute). When I edit the form and ...

Question: I have a component called TextInput. I need to send v-model with @input event in this component, but I also want it to do validation with vee-validate. But when I use the handleChange function in the usefield, it does ...