<Form/> in Parent Component <Field/> in Child Component.(With CodeSandBox Link) #4437
Unanswered
Krishnasai3cks
asked this question in
Q&A
Replies: 1 comment
-
Guys. I don't know what I had done differently. But it's somehow working now. |
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.
-
I'm trying to find a way to add validation to the following structure.
Parent.vue
Child1.vue
Please help me I've also tried other methods to improvise like...
<Field :modelValue="obj.prop1" and @update="(value) => setFieldValue("obj.prop1", value)" />
Edit:
CodeSandBox link https://codesandbox.io/s/angry-franklin-chm6k9?file=/src/components/HelloWorld.vue
Beta Was this translation helpful? Give feedback.
All reactions