Hi Voronov,
Thank you for contacting Syncfusion support
We have checked your reported issue, cause of the issue not set the strict mode as true. StrictMode specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will reset to previous value. By default, strictMode is in false. it allows invalid or out-of-range date value with highlighted error class. Please find the below code snippet:
@using Syncfusion.EJ2.Blazor.Calendars
<EjsDatePicker Value="@(DateTime.Today)" StrictMode="true" Min=@(new DateTime(1900, 1, 1)) Format="dd/MM/yyyy">
</EjsDatePicker> |
Please find the below Documentation link:
Please let us know if you need any further assistance on this.
Regards,
Saranya D