Replies: 1 comment
-
ok, i think i can use Field component but with slot :), then i can use tools from vee-validate and my own input |
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.
-
hi,
i need to create subcollection validator (for now im testing it with just collection)
in docs i see example (https://vee-validate.logaretm.com/v4/examples/array-fields/) but there is used Field component, i need use my own components, i see on internet examples that has useField inside input component, but i cant do this, because i will use validator only in few pages, not in whole app
Problem: in my code new entries are always dirty
how i should handle it?
Code:
Beta Was this translation helpful? Give feedback.
All reactions