Hi!
In customizing the datepicker css I found that the class e-selected is not added to a date in another month than the one currently viewed. As if the class e-other-month overrides it. Is this a feature or a bug?
I would expect selected is still true, whether or not you wish to visualize it.
Repro steps:
In the example below (from SF Blazor demo page) the date 30th of November is selected. Then focus is navigated to next month. Selected date 30th was expected to be visually selected. If perhaps dimmed to go along with the dimmed dates of other months.

Here's simply an attachment of the inspected element to show the assigned CSS classes: