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!
When virtualization is enabled in SfDropDownList, a value like “Choice 75” (toward the end of the list) is not rendered in the input box, despite being set in the Value . The component shows the placeholder instead of the pre-selected value. The issue does not occur when virtualization is disabled or when we bind the number is fewer than 40.
Expected Output:
The dropdown should display "Choice 75" in the input field.
Current Output:
The dropdown displays the placeholder text instead of the selected value. ( Preselected value is not bound )