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

A validation error occurs when selecting a value in the dropdown list, which happens when the index property is bound and the data source is set as a string array.


Replication Procedure: 

  • Run the sample.
  • Select the value
  • You can see the issue

Sample : https://www.syncfusion.com/downloads/support/common/4386/ze/TestDropDownCustomControls_a6cfb6f5.zip

Current Behavior : ‘e-error’ class is added on the component when we select the value in dropdownlist

Expected Behavior : Validation should occurs properly