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!

4
Votes
Case #1:

In multi-select with checkbox mode, there is a need to provide support for the "ShowNumberOfCheckedItems" API. When its value is true, it should always display "x items selected" instead of the names of the selected items. 


Case #2:


Need a support for an API, "ShowMaxItem," which would display the maximum number of items allowed in the multiselect component. If the user selects more items than the maximum allowed, the display will show the count of selected items, for example, "+1 selected," "+2 selected," and so forth.


For Example: if ShowMaxItem is 2 then other than 2 item should display as +1 selected, +2 selected




Note: This should be applicable to all modes