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!
Sample :
|
Angular |
https://stackblitz.com/edit/angular-6wqnz6?file=src%2Fapp.component.html&file=src%2Fapp.component.ts |
When using the MultiSelect component with large data and binding a Take query, the Preselect values are not bound to the component if they are present beyond the Take property value. If the Preselect values are present within the Take property value, then it is bound to the component correctly.
If we open the popup, scroll down to the preselected value, and then close the popup, it will be bound to the component correctly.
Replication procedure :
Current Output: Only the values that are present within the Take property are bound to the component.
Expected Output: Values that exist beyond the Take Property also need to be bound to the component.