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!
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.