react-hook-form 7.8.0
[7.8.0] - 2021-06-5
Added
setValuesupportshouldTouchto update formState touchFields
setValue('firstName', 'value', { shouldTouch: true });
registernow acceptvalueas option
register('firstName', { value: 'value' });
Changed
isValidwill initialise asfalse