useFieldArray Composable

The useFieldArray composable is a utility function that helps you manage arrays of fields in your form. This composable is useful when you have a dynamic list of fields that can be added or removed by the user.

📦 Usage

To use the useFieldArray composable, you need to pass the formik object as an argument.

Note: formik parameter

The formik parameter is the object returned by the useFormik composable.

📚 API