How to validate url? #3470
Unanswered
martin-social-career
asked this question in
Q&A
Replies: 1 comment
-
The directive was deprecated in v3, instead you can use the ValidationProvider component. Please check the documentation to learn the new API |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are using v3, and I have to validate the url, but I don't find the url rule from vee-validate, and if I add
v-validate="{url: {require_protocol: true }}"
ontov-text-field
, I get Failed to resolve directive: validate error.So, can I use vee-validate to validate url or I have to use regex matching in ac custom rule?
Beta Was this translation helpful? Give feedback.
All reactions