Skip to content

Commit

Permalink
Automatic Example Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wehriam committed Sep 26, 2016
1 parent eba1a89 commit 672360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -427,7 +427,7 @@ exports.default = _react2.default.createClass({
_react2.default.createElement(
_reactBootstrap.Overlay,
{ rootClose: true, onHide: this.handleHide, show: this.state.focused, container: function container() {
return _reactDom2.default.findDOMNode(_this2.refs.overlayContainer);
return _this2.props.calendarContainer || _reactDom2.default.findDOMNode(_this2.refs.overlayContainer);
}, target: function target() {
return _reactDom2.default.findDOMNode(_this2.refs.input);
}, placement: this.props.calendarPlacement, delayHide: 200 },
Expand Down

0 comments on commit 672360d

Please sign in to comment.