|
@@ -1584,8 +1584,9 @@ const NestArrayFieldDemo = () => {
|
|
|
initValues={initValue}
|
|
|
labelPosition="left"
|
|
|
style={{ textAlign: "left" }}
|
|
|
+ allowEmpty
|
|
|
>
|
|
|
- <ArrayField field="group" allowEmpty>
|
|
|
+ <ArrayField field="group" >
|
|
|
{({ add, arrayFields, addWithInitValue }) => (
|
|
|
<React.Fragment>
|
|
|
<Button
|