isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

Add Helper for "Show Selected Items" #476

Open PaulKahl opened 8 years ago

PaulKahl commented 8 years ago

I love the "Select All", and "Select None", and "Reset"... And the Filter is awesome... but I'd really love to see a "Show Selected" helper that when clicked would filter the list just to the items that have been selected from the list. We use the multi-select to display lists of employees, which potentially shows hundreds of list items. It'd be awesome to just see the 3 people selected from the list without the need to scroll down for a week or two to find everyone that was selected.

atodicebear commented 8 years ago

+1 Need to Filter my Table after selecting a few "Products". Any Solution/Example to this at the moment?

vaibhav4030 commented 6 years ago

I have 100 of items in my input-model list & when I select all, the selection box size becomes huge that makes me to scroll down & down.. Instead the button name should be number of itesms selected EG. "3 selected"