我们如何在react admin中设置ArrayInput的默认值? 我尝试没有成功
<ArrayInput source="to" defaultValue={[{email: 'test@example.com'}]}>
<SimpleFormIterator>
<TextInput source="email" {...rest} />
</SimpleFormIterator>
</ArrayInput>
答案 0 :(得分:1)
您的代码似乎是正确的。
我在CodeSandbox中转载了该问题,并为您填充了一个问题:
backlinks
文件中的字段src/posts/PostCreate
编辑:此问题已解决,并且在以下沙盒所示的版本2.2.0中可用:https://codesandbox.io/s/4z383v368x