We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c08071d + 9201e8b commit 90d85aeCopy full SHA for 90d85ae
src/datetime/DateTime.js
@@ -595,7 +595,6 @@ export default class Datetime extends React.Component {
595
// Focus event should open the calendar, but there is some case where
596
// the input is already focused and the picker is closed, so clicking the input
597
// should open it again see https://github.com/arqex/react-datetime/issues/717
598
- console.log('CLICKING 2!');
599
if ( !this.callHandler( this.props.inputProps.onClick, e ) ) return;
600
this._openCalendar();
601
}
0 commit comments