<FieldArray />
Component that is a thin wrapper around useFieldArray.
#
PropsIt has the same props as UseFieldArrayOptions, plus:
#
nameThe name of the field.
#
childrenA function that receives an array field instance and returns a ReactElement.
Component that is a thin wrapper around useFieldArray.
It has the same props as UseFieldArrayOptions, plus:
The name of the field.
A function that receives an array field instance and returns a ReactElement.