Hello,
When using the DatePicker as follows:
<Syncfusion.Blazor.Calendars.SfDatePicker @bind-Value="@CreationDateFilter" StrictMode="true"/>
@code{
public DateTime? CreationDateFilter { get; set; }
}
It starts out with a blank date as expected. If I enter a valid date or choose a valid date from the calendar that is populated as expected. If I overtype the valid date with an invalid string and tab out the previously selected date is set back into the text box as expected.
However, if I start out with a blank date and type an invalid string and tab out, the invalid string is retained rather than the text box reverting to blank which is what I would expect it to do.
Could you please advise how I can achieve this?
Thanks,
Chuck
Hi Ponmani,
I'm pleased to confirm that this issue has been resolved in 19.4.52.
Thanks for your help,
Chuck