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!

1
Vote

Description: In Fluent Validation, the validation error message for the DatePicker component is not removed properly after a valid value is set for the component.


Sample: Attached


Image


Replication Steps:

  1. Run the sample.
  2. Select any value for the start date (the start date should be after the blasting date, e.g., Oct 8).
  3. Now select a value for the blasting date (the blasting date should be earlier than the start date, e.g., Oct 1).
  4. Observe the issue: the validation message is not removed.

Expected behavior: The validation should work correctly.

Actual behavior: The validation is not functioning as expected.