Open AntonioDell opened 8 months ago
The meta.touched property isn't changing when using composable setup with a zod typed schema. It is always false.
meta.touched
false
Maybe there is additional setup required to make it work with composition api?
See reproduction repo: https://github.com/AntonioDell/vee-validate-zod-example
const {meta} = useForm(...)
Vue.js 3.x and vee-validate 4.x
No response
https://github.com/AntonioDell/vee-validate-zod-example
same issue
What happened?
The
meta.touched
property isn't changing when using composable setup with a zod typed schema. It is alwaysfalse
.Maybe there is additional setup required to make it work with composition api?
Reproduction steps
See reproduction repo: https://github.com/AntonioDell/vee-validate-zod-example
const {meta} = useForm(...)
meta.touched
is still falseVersion
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
No response
Demo link
https://github.com/AntonioDell/vee-validate-zod-example
Code of Conduct