Replies: 1 comment
-
Yep, that's a bug and will be fixed. thanks for the reporting the issue in #4196 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi does the current
toTypedSchema
support reactive schema? I tried to returntoTypedSchema(schema)
in a computed but then the Yup default values aren't working properly. The field is empty.Here's a simple demo.
https://stackblitz.com/edit/vee-validate-v4-cross-field-validation-cbdhwf?file=src/App.vue
Beta Was this translation helpful? Give feedback.
All reactions