Abdelrahman Awad
Abdelrahman Awad
Are you by any chance importing `vee-validate` in both your package and your project? if so then it might be getting bundled in your package causing you to have 2...
Sorry for the delay. I have no idea why the injections you are using are working. If it is possible can you create a mono-repo setup to replicate this so...
There have been talks of exposing certain information about individual fields using `TypedSchema` concept. Like extracting if a field is required, if it has a min/max length which would be...
@argoroots Nope, this is only for mutations/queries and if you use HTTP for subscriptions it could work. However there is no way to avoid the issues I mentioned at the...
This took longer than it should, your suggestion is implemented in #184. Just finalizing some last API naming and docs. Many thanks.
Sorry for the late response. Perhaps there are a couple of Vue installations competing here. Can you create a minimal repo for it where this happens?
Thanks for reporting this, I'm investigating it.
Docs has now built-in repl which are being replaced with most sandbox examples. Closing this now.
Issue with Schema Mutation Using `.transform()` in conjunction with `initialValues` from `useForm()`
You are right, parsing will occur only at initialization or submission, I considered going all the way with this by re-parsing the schema everytime validation occurs but it is not...
That's expected because the `array` field is not rendered by `field` or `useField`. vee-validate is forced then to report the error since the field does not exist in the UI....