angularjs-dropdown-multiselect icon indicating copy to clipboard operation
angularjs-dropdown-multiselect copied to clipboard

Feature: Min limit for selected items

Open bayhill opened this issue 9 years ago • 4 comments

As with the extraSetting selectionLimit attribute, there should be an attribute for dictating the minimum amount items that can be selected.

bayhill avatar Jun 25 '15 12:06 bayhill

And by the way, thanks for an awesome library! Hope you didn't mind that I put it up for the WebJars organization, found at https://github.com/webjars/angularjs-dropdown-multiselect.

bayhill avatar Jun 25 '15 12:06 bayhill

+1

slnowak avatar Jul 02 '15 09:07 slnowak

If this is a feature you're still interested in could you please comment? otherwise I'll close this issue in 2 weeks.

pkempenaers avatar Mar 19 '17 21:03 pkempenaers

This would be a nice feature. Usually an item from a dropdown list must be selected and if we start the dropdown with one item selected, all the user can do is change the selection to another item but never unselect an item.

Either a minSelectionLimit attribute should be there or a way to signal back from the deselectItem event that this particular deselect is not allowed/should be ignored.

galmok avatar Jul 03 '17 10:07 galmok