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!
Description:
When a MultiSelect has values set during OnInitialized and the Clear "X" is clicked without opening the dropdown list, virtualization does not load beyond the first 30 options. However, if the list is opened before clearing, virtualization works as expected.
Sample: Sample
Replication Steps:
Expected Behavior:
After removing the preselected value and opening the dropdown, virtualization should function correctly.
Actual Behavior:
After removing the preselected value and opening the dropdown, virtualization does not work as expected, resulting in empty spaces.