We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
onHide
1 parent 463adee commit 2e5331cCopy full SHA for 2e5331c
1 file changed
src/Overlay.js
@@ -48,7 +48,8 @@ Overlay.propTypes = {
48
*/
49
rootClose: React.PropTypes.bool,
50
/**
51
- * A Callback fired by the Overlay when it wishes to be hidden.
+ * A callback invoked by the overlay when it wishes to be hidden. Required if
52
+ * `rootClose` is specified.
53
54
onHide: React.PropTypes.func,
55
0 commit comments