From bb25e3a01a3aa6f90174e4b63fcc67103f3cb949 Mon Sep 17 00:00:00 2001 From: Robert Mennell Date: Thu, 8 Nov 2018 16:03:49 +0800 Subject: [PATCH] Delete show prop Co-Authored-By: zhongdeming428 --- snippets/ModalDialog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/snippets/ModalDialog.md b/snippets/ModalDialog.md index a6e3114bf..939803bed 100644 --- a/snippets/ModalDialog.md +++ b/snippets/ModalDialog.md @@ -4,7 +4,6 @@ Renders a dialog component with modal. This is a simple React ModalDialog Component.It owns 4 props: `show`、`close`、`title` and `clickModal2Hide`. -* `show` prop determines the initial state of the dialog(show/hide).It can influence the `display` css property of `modal` class div.E * `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.