Replies: 1 comment
-
Can you create a sandbox with it? It will be much easier for me to debug than copying/pasting your code. I will take a look then. I moved this to discussions since it is more of a question. |
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.
-
the form
I just want to know if theres a way to make the validation react and be "bound" to the schema and react to it with the composition api and using yup, I just can't find a solution in the documentation as the only solution i see thee uses component and i don't see the relationship between this and a yup schema, how do i attach the file input to the validation made in the schema so when i have the onSubmit function i can do something with the values
Beta Was this translation helpful? Give feedback.
All reactions