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 :

There is a problem with the addition of success and error classes to components. In some instances, the value is cleared from the component, but the success class remains even after losing focus. Similarly, when a value is selected, the error class is not removed as intended.

Sample: https://blazorplayground.syncfusion.com/BjBAiWDHrOthHmGw

This issue occurs on sample browser too.

Sample Browser: https://blazor.syncfusion.com/demos/multiselect-dropdown/forms-validation?theme=fluent


Replication Procedure:

  1. Run the sample.
  2. Select any value.
  3. Focus out the component.
  4. Now clear the selected value, required message is added but error class is not added and even after focus out.
  5. Now focus in the error class is added.
  6. Then select any value.
  7. Now focus out, error class is not removed.

Expected: Success class and Error class should add properly

Actual: Success class and Error class is not added properly