react-hook-form 7.4.0
[7.4.0] - 2021-05-04
Added
- new
nameprop foruseFormStateto subscribe to individual inputs.
useFormState({
name: 'inputName', // optional and can be array of inputs' name as well
});
name prop for useFormState to subscribe to individual inputs.useFormState({
name: 'inputName', // optional and can be array of inputs' name as well
});