πͺ feat: Ability to provide custom onBlur and onChange handlers (#5620)
<input
type="text"
{...register('test', {
onChange: (e) => {},
onBlur: (e) => {},
})}
/>
πΊοΈ fix Mapped
types for defined value type with interface
(#6605)
π₯ close #6590 prevent error throw by missing input with trigger API (#6591)
Thanks to @kotarella1110 @exneval @michalbundyra