Browse Source

docs: review of form / demo / form-in-modal.md (#2575)

pull/2931/head
Marius Ileana 8 years ago
committed by Benjy Cui
parent
commit
be181a7cc7
  1. 2
      components/form/demo/form-in-modal.md

2
components/form/demo/form-in-modal.md

@ -11,7 +11,7 @@ title:
## en-US
If you use Form in Modal, when to click the Modal, it will invoke `this.props.form.getFieldsValue` to get values of form.
If you use Form in Modal, when you click the Modal, it will invoke `this.props.form.getFieldsValue` to get values of form.
````jsx
import { Button, Form, Input, Modal } from 'antd';

Loading…
Cancel
Save