<RadzenDatePicker InitialViewDate="@reportFromDate" DateFormat="MM/dd/yyyy" @bind-Value="@reportFromDate" Name="ReportFromDate" />
Is there a way to not have the current date also selected?
I'd like it to only show the value set by InitialViewDate, not also the current date.