Skip to content

react-hook-form 7.9.0

[7.9.0] - 2021-06-19

Added

  • new config at useForm to enabled native browser validation
const { register, handleSubmit } = useForm({
  shouldUseNativeValidation: true,
});