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!

1
Vote

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.



Replication Procedure:
  1. Run the sample 
  2. See the issue( Preselected value is not bound )

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 )