I have my DatePicker as below. Problem here is that I initialize the datePicker with FromTime having different date than today(03.05) but when enter a new time returned value consist of 03.05.2022+Time I entered. So it doesnt persist the date I bind initally and takes always today's date. Is it a bug?
<RadzenDatePicker Name="FromTime" TValue="DateTime?" @bind-Value="@Model.FromTime" TimeOnly="true" MinutesStep="5"
DateFormat="HH:mm" ShowTime="true" />