Skip to content

Commit ecc7321

Browse files
authored
Merge pull request marmelab#10302 from marmelab/doc-SimpleFormIterator-clone
[Doc] Remove outdated warning about `<SimpleFormIterator>` cloning its children
2 parents 7155789 + bb74068 commit ecc7321

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/SimpleFormIterator.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ import { ArrayInput, SimpleFormIterator, DateInput, TextField, FormDataConsumer,
185185
</ArrayInput>
186186
```
187187
188-
**Caution**: `<SimpleFormIterator>` **clones** its children several times, as it needs to override their actual source for each record. If you use a custom Input element, make sure they accept a custom `source` prop.
189-
190188
## `className`
191189
192190
CSS classes passed to the root component.

0 commit comments

Comments
 (0)