Skip to content

Commit f3e395b

Browse files
committed
Merge pull request react-bootstrap#1386 from taion/document-overlay-onHide
Document `onHide` prop on Overlay
2 parents 463adee + 2e5331c commit f3e395b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Overlay.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Overlay.propTypes = {
4848
*/
4949
rootClose: React.PropTypes.bool,
5050
/**
51-
* A Callback fired by the Overlay when it wishes to be hidden.
51+
* A callback invoked by the overlay when it wishes to be hidden. Required if
52+
* `rootClose` is specified.
5253
*/
5354
onHide: React.PropTypes.func,
5455

0 commit comments

Comments
 (0)