A complete form validation with Zod and React hook form

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

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

  • @brunogustavokilian
    @brunogustavokilian ปีที่แล้ว

    Great vídeo man keep on doing it 🚀

  • @LordR123
    @LordR123 9 หลายเดือนก่อน

    brother I was struggling when implementing the date, I was using MUI date picker, it was making me so confuse and the validation was not working properly. The way you make it works perfect =) thanks! The only thing is that RHF docs says its not recommended to use undefined as defaultValue

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

    please link to repo, thanks for the video!

  • @nicolasaguilar2202
    @nicolasaguilar2202 9 หลายเดือนก่อน

    can you add images?

  • @kipfitpal
    @kipfitpal 8 หลายเดือนก่อน

    Not a good idea to assign a date field a default value of undefined. You should either set it to now ( the current date) or the minimum allowed date (in this case minimum allowed age).