npm react-hook-form 7.21.0
Version 7.21.0

latest releases: 7.53.0, 7.52.2, 7.52.1...
2 years ago

📏 shouldUseNativeValidation will inject native validation attributes into field which supports both client & server (#7207)

const { register } = useForm()

<input {...register('name', { required: true })} />

<input name="name" required /> // both client and server render

🤦🏻‍♂️ fix #2717 regression with async field array actions (#7218)

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

NewReleases is sending notifications on new releases.