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!
Description:
We are encountering an issue with the MultiSelect component when using Virtual Scrolling. When preselecting values, the following issues occur:
'undefined',
'undefined', 'undefined'
instead
of the correct values.Replication Procedure:
undefined
.Sample :
NOTE : Issue is not occurs when enableVirtualization as false case.
Expected:
The MultiSelect component should allow selecting and deselecting preselected values without errors.
Current:
Errors appear in the console when interacting with preselected
values, and new selections show 'undefined'
.