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!
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:
Expected: Success class and Error class should add properly
Actual: Success class and Error class is not added properly