modify clickModal2Hide prop to closeOnClick prop

Co-Authored-By: zhongdeming428 <zhongdeming428@163.com>
This commit is contained in:
Robert Mennell
2018-11-08 16:05:30 +08:00
committed by GitHub
parent bb25e3a01a
commit bb4b5272fe

View File

@ -6,7 +6,7 @@ This is a simple React ModalDialog Component.It owns 4 props: `show`、`close`
* `close` prop defines the method for closing the dialog.
* `title` prop determines the title of the dialog.
* `clickModal2Hide` prop determines whether we can close the dialog via clicking on modal.
* `closeOnClick` prop determines whether we can close the dialog via clicking on modal.
Create 3 methods and bind them to component: