-
We have ALOT of validation code in our app from V3. Is there a migration guide? I looks like I 'might' be able to replace validation-observer with Form and validation-provider with field and it will mostly work. It would be great if there was a doc that covered any methodologies or best practices. |
Beta Was this translation helpful? Give feedback.
Answered by
logaretm
Jul 26, 2022
Replies: 1 comment 1 reply
-
At the moment no, because the API is very different than v3 so replacing components won't work. You are better off treating this as a different validation solution with some shared ideas and concepts. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dparish
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment no, because the API is very different than v3 so replacing components won't work. You are better off treating this as a different validation solution with some shared ideas and concepts.