Skip to content

react-hook-form 7.11.0

[7.11.0] - 2021-07-13

Added

  • update method to update an field array inputs
const { update } = useFieldArray();

update(0, data); // update an individual field array node