We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
defineField supports a MaybeRefOrGetter, which implies I could do: defineField(() => 'email')
defineField
MaybeRefOrGetter
defineField(() => 'email')
However, the resulting errors doesn't seem to access the inner value of the path
errors
errors: { "() => 'email'": "this is a required field" }
Check demo link
Vue.js 3.x and vee-validate 4.x
No response
https://stackblitz.com/edit/7qet3p-52nwk7?file=src%2FApp.vue
The text was updated successfully, but these errors were encountered:
ecb540a
Thanks for reporting this, the fix will be shipped in the next release.
Sorry, something went wrong.
No branches or pull requests
What happened?
defineField
supports aMaybeRefOrGetter
, which implies I could do:defineField(() => 'email')
However, the resulting
errors
doesn't seem to access the inner value of the pathReproduction steps
Check demo link
Version
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://stackblitz.com/edit/7qet3p-52nwk7?file=src%2FApp.vue
Code of Conduct
The text was updated successfully, but these errors were encountered: