Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
In the MultiSelect component’s virtualization mode where preselected values are not preserved on initial render. This behavior differs from the non-virtualized mode, where the preselected values are retained and displayed correctly.
When using <ejs-multiselect> with [enableVirtualization]="true", any values set on the form control (e.g., setValue([10001,10003,10005])) are not updated.
Simple Sample: https://stackblitz.com/edit/angular-sdfsrtee-jdalqggm?file=src%2Fapp.component.ts,src%2Fvirtual-scroll.html
Replication Procedure:
1. Run the sample .
2. See the issue. ( Preselected value is not bind ) .
Expected Output:
The MultiSelect component should retain and display preselected values even when virtualization is enabled.
Current Output:
Preselected values are not retained when virtualization is enabled.