docs: Add dynamic multiple fields demo (#22247)

This commit is contained in:
二货机器人 2020-03-16 15:00:27 +08:00 committed by GitHub
parent 1ec4656a75
commit 6d9f010dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@ title:
## zh-CN
动态增加、减少表单项。
动态增加、减少表单项。如果需要动态支持多项字段时,可以参考[此处](https://codesandbox.io/s/wonderful-lichterman-br63z)。
## en-US
Add or remove form items dynamically.
Add or remove form items dynamically. You can ref [this example](https://codesandbox.io/s/wonderful-lichterman-br63z) if you want to support mutiple fields.
```jsx
import { Form, Input, Button } from 'antd';