Hello guys. I have a little problem with the checkbox. If I check and uncheck after that, the error message for the checkbox no longer appears and the form is validated. Any tips? Thanks
i tried to import ValidationProvider but the newer version have no dist folder and it is throwing errors but when i import it from vee-validate the app looks blank what can i do???
Maybe consider adding the version to the title to prevent confusion. The newer version works differently and people might not know which version this is for. Great vid btw
i tried to import ValidationProvider but the newer version have no dist folder and it is throwing errors but when i import it from vee-validate the app looks blank what can i do
Thanks for that, man! That was the basic example I needed to start with VeeValidate.
Thx so much for this video, really helped and saved me time
Thanks a lot, this is a helpful video.
Thank you. That was extremely helpful to me.
You're welcome!
Hello guys. I have a little problem with the checkbox. If I check and uncheck after that, the error message for the checkbox no longer appears and the form is validated. Any tips? Thanks
thank you so much you saved my life
i tried to import ValidationProvider but the newer version have no dist folder and it is throwing errors but when i import it from vee-validate the app looks blank what can i do???
Amazing tutorial. thank you sir.
awesome tutorial! much appreciated!:))
Type on live 49. :-p tect should be text?
Very Helpful.
FYI: VeeValidate is now out for Vue 3: vee-validate.logaretm.com/v4
Maybe consider adding the version to the title to prevent confusion. The newer version works differently and people might not know which version this is for. Great vid btw
i tried to import ValidationProvider but the newer version have no dist folder and it is throwing errors but when i import it from vee-validate the app looks blank what can i do
I was trying to run this with VUE 3 and it did not work. Downgraded to VUE 2 and it worked. Maybe someone else runs into the same issue.
I haven’t tried it with Vue 3. It looks like it may not be supported yet. You can follow this thread: github.com/logaretm/vee-validate/issues/2670
@@DiligentDev Thanks for looking into it, appreciate! :))
Change the default name of required validation to nameRequired and kindly see the output.
Will do
thx bro !!!
in reallife you would cut everything up in components instead of just puting everything in one file.
nice tutorial but how to clear data after submitting?
manipulate the formData model. e.g. after submit and success of it being sent, `this.formData.name = ""';` e.t.c
Thanks for replying with the answer. Appriciate it!
thx bro .
TypeError: cb is not a function
thanks