Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Commit f82000b

Browse files
committed
Merge branch 'master' of github.com:quri/react-bootstrap-datetimepicker
2 parents 99bfda4 + 2ae7c08 commit f82000b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DateTimeField.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ DateTimeField = React.createClass({
230230
var style;
231231
style = this.state.widgetStyle;
232232
style['left'] = -9999;
233+
style['display'] = 'none';
233234
return this.setState({
234235
showPicker: false,
235236
widgetStyle: style

0 commit comments

Comments
 (0)