Array fields
#4241
Replies: 1 comment 2 replies
-
Can't reproduce it on the example, but this might've been fixed in v4.9 since #4017 seems similar to what you described. Can you try the new release out? |
Beta Was this translation helpful? Give feedback.
2 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 am having this problem with the array field.
I am using {useFieldArray } to add and remove dynamic input fields
But I noticed that if I should remove an input field that has an error, the input field below it inherits the errors.
and I also notice this in the example found in the docs
You can see the link below
https://vee-validate.logaretm.com/v4/examples/array-fields
try adding a couple of inputs and make one of them have an error. when you delete that one, the one below gets the error automatically.
Beta Was this translation helpful? Give feedback.
All reactions