Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
error class is not added when we manually type the disabled date and focus
out the component . error class
is added after we submit the form and view the submitted details.
Reproduction Steps:
1.
Run the sample
2.
Fill the form and enter a date as “11.08.2023” and focusout the component
3.
you can see the issue
example of entering the value:

example of an item in the grid:
example of what we see when clicking on the item to return to form page:

Expected
Behavior: Error class should
add when we type the invalid date and focusout the component
Current
Behavior: error class added
only after submit the form