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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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:

Empty



 example of an item in the grid:

Empty



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

Empty



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