Custom Component integration with VForm / validation using useValidation #20954
Replies: 1 comment
-
There has been an answer on StackOverflow: https://stackoverflow.com/a/79408739/2054206 |
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.
-
I'm looking for some documentation or examples on how to integrate a custom component with VForm, especially so that the custom component is able to participate in VForm's validation mechanism.
This Stackoverflow question (https://stackoverflow.com/questions/78761620/vuetify-validate-a-custom-form-component-containing-multiple-internal-form-compo) describes this in more detail, but has no really good answer, except that it is suggested that one could use the composable "useValidation" for this.
Can someone share a example solution or point me in the right direction, or is there even some documentation to this?
Beta Was this translation helpful? Give feedback.
All reactions