There was an error while loading. Please reload this page.
1 parent 1eb5b73 commit e344f81Copy full SHA for e344f81
README.md
@@ -850,6 +850,7 @@ The following props are passed to each `ArrayFieldTemplate`:
850
- `uiSchema`: The uiSchema object for this array field.
851
- `title`: A string value containing the title for the array.
852
- `formContext`: The `formContext` object that you passed to Form.
853
+- `formData`: The formData for this array.
854
855
The following props are part of each element in `items`:
856
src/components/fields/ArrayField.js
@@ -340,6 +340,7 @@ class ArrayField extends Component {
340
title,
341
TitleField,
342
formContext,
343
+ formData,
344
};
345
346
// Check if a custom render function was passed in
0 commit comments