Skip to content

react-hook-form 7.8.0

[7.8.0] - 2021-06-5

Added

  • setValue support shouldTouch to update formState touchFields
setValue('firstName', 'value', { shouldTouch: true });
  • register now accept value as option
register('firstName', { value: 'value' });

Changed

  • isValid will initialise as false