update form demo format

This commit is contained in:
afc163 2016-04-12 16:12:13 +08:00
parent d39da4bfb7
commit 026d720aaf

View File

@ -1,11 +1,10 @@
# 与 Modal 配合使用
- order: 14
---
order: 14
title: 与 Modal 配合使用
---
在 Modal 中使用 Form当点击 Modal 的确定时,调用 `this.props.form.getFieldsValue` 获取表单内的值。
---
````jsx
import { Button, Form, Input, Modal } from 'antd';
const createForm = Form.create;