Replies: 1 comment
-
Hello, Any idea regarding this problem? Thanks in advance |
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
-
Hi everyone,
Using vee-validate 4.13.2, I'm having an issue with the validations using
useFieldArray
. When I have two rows of inputs and I delete the 1st row, validation errors don't show, but however they do show when I delete the 2nd row instead of the 1st one. Looks like a reactivity problem with the indexes. Anyone encountered this issue? Here's some relevant snippets:So naturally, I thought about upgrading to the latest version (4.14.7 at the time of writing), but then my forms simply won't submit. The following code in the function simply won't run:
Any suggestions?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions