-
I have copied the example from docs and just changed the srting() to number() validation it does not work. https://codesandbox.io/s/vee-validate-array-fields-forked-luzpr |
Beta Was this translation helpful? Give feedback.
Answered by
logaretm
Sep 19, 2021
Replies: 1 comment 8 replies
-
I don't see any number rule on the example, can you check?
what does "does not work" mean? describe what are you seeing and what you think you should see. EDIT ANSWER: Remove |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
thamibn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see any number rule on the example, can you check?
what does "does not work" mean? describe what are you seeing and what you think you should see.
EDIT ANSWER: Remove
.strict()
as it prevent coersion/casting string values.