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!

2
Votes

Preselect value with empty string sets first value as component value property after focussing out the component.


Issue sample: https://www.syncfusion.com/downloads/support/common/4121/ze/DDLServer_f2a93fb5.zip


Replication procedure:

1. Run the sample after 20.4.50 version.

2. Focus the component input element using mouse.

3. Now focus out the component using “tab” key

4. See the issue.

Expected: component value attribute value as null.

Output: component value attribute value as first list value.