🕰 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