VueJs Form Validation with VeeValidate | Diligent Dev

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 28

  • @RenatoAlmeida49
    @RenatoAlmeida49 3 ปีที่แล้ว +1

    Thanks for that, man! That was the basic example I needed to start with VeeValidate.

  • @tarekhassan
    @tarekhassan 2 ปีที่แล้ว

    Thx so much for this video, really helped and saved me time

  • @thitipatch8684
    @thitipatch8684 3 ปีที่แล้ว +1

    Thanks a lot, this is a helpful video.

  • @somang2401
    @somang2401 4 ปีที่แล้ว +1

    Thank you. That was extremely helpful to me.

  • @roxanamariachirita2751
    @roxanamariachirita2751 3 ปีที่แล้ว +1

    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

  • @waqasrana5734
    @waqasrana5734 3 ปีที่แล้ว +1

    thank you so much you saved my life

  • @Emmy_Sploit
    @Emmy_Sploit 10 หลายเดือนก่อน

    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???

  • @jigarkumar9073
    @jigarkumar9073 2 ปีที่แล้ว

    Amazing tutorial. thank you sir.

  • @supa1009
    @supa1009 4 ปีที่แล้ว +1

    awesome tutorial! much appreciated!:))

  • @SharkBait_ZA
    @SharkBait_ZA 4 ปีที่แล้ว +1

    Type on live 49. :-p tect should be text?

  • @thenightcoder7
    @thenightcoder7 4 ปีที่แล้ว +1

    Very Helpful.

  • @DiligentDev
    @DiligentDev  4 ปีที่แล้ว

    FYI: VeeValidate is now out for Vue 3: vee-validate.logaretm.com/v4

    • @hzmi_
      @hzmi_ 3 ปีที่แล้ว

      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

    • @Emmy_Sploit
      @Emmy_Sploit 10 หลายเดือนก่อน

      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

  • @supa1009
    @supa1009 4 ปีที่แล้ว +1

    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.

    • @DiligentDev
      @DiligentDev  4 ปีที่แล้ว +1

      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

    • @supa1009
      @supa1009 4 ปีที่แล้ว +1

      @@DiligentDev Thanks for looking into it, appreciate! :))

  • @iShreeSurya
    @iShreeSurya 4 ปีที่แล้ว +2

    Change the default name of required validation to nameRequired and kindly see the output.

  • @Loez
    @Loez 3 ปีที่แล้ว +1

    thx bro !!!

  • @Suriprofz
    @Suriprofz 2 ปีที่แล้ว +1

    in reallife you would cut everything up in components instead of just puting everything in one file.

  • @mdbayazidhasan9799
    @mdbayazidhasan9799 3 ปีที่แล้ว

    nice tutorial but how to clear data after submitting?

    • @AFlyingGlenn
      @AFlyingGlenn 3 ปีที่แล้ว +1

      manipulate the formData model. e.g. after submit and success of it being sent, `this.formData.name = ""';` e.t.c

    • @DiligentDev
      @DiligentDev  3 ปีที่แล้ว +1

      Thanks for replying with the answer. Appriciate it!

  • @Re3v3s
    @Re3v3s 4 ปีที่แล้ว +1

    thx bro .

  • @samuelbarnes8015
    @samuelbarnes8015 3 ปีที่แล้ว

    TypeError: cb is not a function

  • @flrntmdprx2145
    @flrntmdprx2145 3 ปีที่แล้ว

    thanks