yarn react-hook-form 7.38.0
Version 7.38.0

latest releases: 7.52.1, 7.52.0, 7.51.5...
20 months ago

🕰 support validation for week and time input type (#9189)

<input
  {...register("week", { min: "2022-W40", max: "2022-W50" })}
  type="week"
/>
<input
  {...register("time", { min: "11:00", max: "12:00" })}
  type="time"
/>
Screen.Recording.2022-10-19.at.8.21.56.am.mov

🧘🏻 enable focus error with disabled inputs while submitting (#9155)
🧱 prevent runtime error startsWith called with undefined (#9223)
🐞 fix #9216 isValid state not update with async form level trigger (#9218)
🧦 fix accessibility issue on examples with input missing id (#9174)
🚔 check field array value type before updating (#9170)
📓 update TSDoc for useFieldArray (#9178)

thanks to @BogdanCerovac and @leapful

Don't miss a new react-hook-form release

NewReleases is sending notifications on new releases.