Datepicker: Selecting next month is still selecting a day

Goodmorning,

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?

There is no date preselection in the DatePicker, it's just the current date styled differently:

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?

See this from the Radzen samples:

Is there any news on this?

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.

I understand this, but why is the date highlighted in the first place, it’s not the current date, just the same day number but different month!!!?

The date is just the focused date - you can move the focus to different dates using keyboard.