fix: removes nested array field configs from array value (#3549)

* fix: array controls 'addBelow' was adding above
This commit is contained in:
Jarrod Flesch
2023-10-10 15:55:00 -04:00
committed by GitHub
parent a42e84bbb2
commit af892ecb0e
11 changed files with 95 additions and 38 deletions

View File

@@ -347,7 +347,7 @@ The `useForm` hook returns an object with the following properties: |
value: <strong><code>rowIndex</code></strong>,
},
{
value: "The index of the row to add",
value: "The index of the row to add. If omitted, the row will be added to the end of the array.",
},
],
[