[Vuejs]-VeeValidate 3 server side validation error showing even when the field is correct

0👍

It might be due to the or(||) condition you are using. You should use and(&&) to confirm the validation to run only when both of your conditions are met

Leave a comment