mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-30 11:26:27 +08:00
docs: review of form / demo / form-in-modal.md (#2575)
This commit is contained in:
parent
40498e7f01
commit
be181a7cc7
@ -11,7 +11,7 @@ title:
|
|||||||
|
|
||||||
## en-US
|
## 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
|
````jsx
|
||||||
import { Button, Form, Input, Modal } from 'antd';
|
import { Button, Form, Input, Modal } from 'antd';
|
||||||
|
Loading…
Reference in New Issue
Block a user