Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Description:
When enabling virtualization with preselected values,
In the local data source, the preselected values work correctly for the first 10 items. After that, custom values will be bound to the component.Replication Procedure:
Expected: When enabling virtualization with preselected values, need
to bind the preselected value correctly and the dropdown popup will display all
the data in the data source.
Current: When enabling virtualization with preselected values, the
preselected value is not bound correctly, and the dropdown popup will show the
first 10 items in the list.