Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1386 from taion/document-overlay-o…
Browse files Browse the repository at this point in the history
…nHide

Document `onHide` prop on Overlay
  • Loading branch information
jquense committed Oct 6, 2015
2 parents 463adee + 2e5331c commit f3e395b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Overlay.propTypes = {
*/
rootClose: React.PropTypes.bool,
/**
* 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
* `rootClose` is specified.
*/
onHide: React.PropTypes.func,

Expand Down

0 comments on commit f3e395b

Please sign in to comment.