Date picker issue with DateTimeOffset

<RadzenLabel Text="Select Date" Component="RadzenDatePickerBindValue" />

<RadzenDatePicker @bind-Value=@value Name="RadzenDatePickerBindValue" ShowCalendarWeek />

@code {

DateTimeOffset? value;

}

RadzenDatePicker no longer works with DateTimeOffset?. It previously functioned correctly.

Fixed immediatley and the fix will be part of our next update before the end of the week.

1 Like

Thank you for you response