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!
In dropdownlist component, we have rendered with some preselect values using @bind-Value. We have assigned the dropdown list datasource with some delay using OnInitializedAsync method. Now, preselect @bind-Value set to default value as null or 0.
Sample: Please check with attached local sample.
Replication Procedure:
Expected: Preselect value need set properly after set the datasource with some time delay.
Actual: Preselect value not set properly after set the datasource with some time delay.