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

AngularJS Dropdown Multiselect

Results 100 angularjs-dropdown-multiselect issues
Sort by recently updated
recently updated
newest added

It doesn't have support for Angular.js >= 1.6 version angularjs-dropdown-multiselect#1.11.8 depends on angular#~1.5 which resolved to angular#1.5.11

It seems to me the the "selected-model" should display the selected options when onSelectAll event fires. However, one can assume the entire option list is selected.... except when Search filters...

How can I combine multiple selections to a single call (**without adding an extra button**) to onSelectionChanged ? I need to allow user to make multiple selection but need to...

I'm having problems with early users commenting they did not know to click off the options list or click on the Dropdown button a to close the control. So I'm...

Events should be wrapped by a promise.

Hi, I'd like to know if it's possible to ignore diacritics in search filter ? I don't know if I am clear enough or if you want more explanation. Thank...

Hello, I've an issue with the order of the select options being the opposite of the order of the array I'm passing to the component (I'm not using groupBy setting)....

All events does not trigger. I have inspected the code and added a timeout when extending `externalEvents` like this. ```javascript $timeout(function () { angular.extend($scope.settings, $scope.extraSettings || []); angular.extend($scope.externalEvents, $scope.events ||...

Currently, onDeselectAll event is fired before selectedModel is cleared. In my use case, it makes more sense to fire the event after selectedModel object is cleared. So my app can...