You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,6 +202,16 @@ A render function that is given
200
202
[`FieldArrayRenderProps`](#fieldarrayrenderprops), as well as any non-API props
201
203
passed into the `<FieldArray/>` component.
202
204
205
+
#### `defaultValue?: any`
206
+
207
+
⚠️ You probably want `initialValue`! ⚠️
208
+
209
+
_**Before using this prop, read and understand the 🏁 Final Form documentation on [`initialValue`](https://github.com/final-form/final-form#initialvalue-any) and [`defaultValue`](https://github.com/final-form/final-form#defaultvalue-any)!**_
210
+
211
+
#### `initialValue?: any`
212
+
213
+
[See the 🏁 Final Form docs on `initialValue`](https://github.com/final-form/final-form#initialvalue-any)
A function that can be used to compare two arrays of values (before and after every change) and calculate pristine/dirty checks. Defaults to a function that will `===` check each element of the array.
0 commit comments