On the datepicker I don't want the date of today to be selected (the 6 is "active").
But also when I press to the next month, the 6th of the next month is also active.
I would like to ensure that the current date is not preselected in the datepicker interface. Additionally, I aim to prevent any date from the following month from being automatically selected when navigating to it. Is there a method to prevent any date from being preselected?
HI @enchev, looking at the demo on this, it’s the current day number that’s pre-selected, not the actual date. If I move forward to September, 26th (today is 26th June) is highlighted. I think this incorrect behaviour, only the 26th June should be highlighted?
The theme styles .rz-state-focused identically to :hoverso the cell gets a persistent hover-colored background that reads as "pre-selected". There is no date selection.