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.
1 parent e1e4a02 commit 9201e8bCopy full SHA for 9201e8b
src/datetime/DateTime.js
@@ -597,7 +597,6 @@ export default class Datetime extends React.Component {
597
// Focus event should open the calendar, but there is some case where
598
// the input is already focused and the picker is closed, so clicking the input
599
// should open it again see https://github.com/arqex/react-datetime/issues/717
600
- console.log('CLICKING 2!');
601
if ( !this.callHandler( this.props.inputProps.onClick, e ) ) return;
602
this._openCalendar();
603
}
0 commit comments