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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes


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 :

  1. Run the Sample.
  2. See the input of the MultiSelect.

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.