react-datepicker2 icon indicating copy to clipboard operation
react-datepicker2 copied to clipboard

In calendar mode, timepicker is not displayed and the showToggleButton does not work

Open mortezakarimi64 opened this issue 3 years ago • 0 comments

Hi. In Calendar mode, if you set the timepicker true, it will not be displayed and also click on the showToggleButton button will not switch between the solar and Gregorian calendars. Also, how to get isGregorian in datepicker mode when press ToggleButton?

<Calendar value={this.state.value} isGregorian={this.state.isGregorian} timePicker={true}
      showToggleButton onChange={value => { this.setState({ value }) }}
/>

mortezakarimi64 avatar Oct 10 '20 16:10 mortezakarimi64