tempusdominus / bootstrap-4

Tempus Dominus Bootstrap 4 Datetime Picker
https://getdatepicker.com/5-4/
MIT License
609 stars 238 forks source link

How to cancel calendar redrawing when choosing a date #337

Closed ixen80 closed 4 years ago

ixen80 commented 4 years ago
clndr.datetimepicker({
    defaultDate: str_to_date(ddd),
    inline: true,
    locale: 'ru',
    format: 'L',
    sideBySide: false
});

I draw dots in date cells

pic When I click on a cell, my dots disappear. The calendar is redrawn. How to make the calendar not redraw when clicking on a cell?