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

Instead of checking if className is an actual string in e.target object representing a DOM element (it's not a string in a highcharts graph for example or other sofisticated representations...

Hey, I'm re-posting this issue as there was no answer or solution. Used the V1 so far, and wanted to upgrade to V2 due to growing needs. I manually downloaded...

I feel like I'm missing a step somewhere. 1. I changed my bower.json to "angularjs-dropdown-multiselect": "~2.0.0-beta" 2. Ran bower install 3. Updated my reference to 'public/lib/angularjs-dropdown-multiselect/dist/angularjs-dropdown-multiselect.min.js' 4. added 'angularjs-dropdown-multiselect' to...

Say I want an ability to select n elements in each group, is it possible?

I've been wondering, `keyDownToggleSearch()` method inside [`dropdownMultiselectController`](https://github.com/dotansimha/angularjs-dropdown-multiselect/blob/develop/src/app/component/angularjs-dropdown-multiselect.controller.js) performs a check: `if (event.keyCode === 13)`; therefore, shouldn't `keyDownToggleSearch()` have an `event` as an argument? Similarly to `keyDownSearchDefault(event)` ? Made a [pull...

Method was missing an `event` parameter. [Issue #413](https://github.com/dotansimha/angularjs-dropdown-multiselect/issues/413)

The trouble is caused by this [line](https://github.com/dotansimha/angularjs-dropdown-multiselect/blob/version-1/src/angularjs-dropdown-multiselect.js#L424) and I can confirm it happens on the 1.11.8. The main thing is that disabling debugInfo prevents scopes from being accessed from the...

i am using it for multiple values and i want to get only id rather getting the whole object. what i am getting: `[{"id":"some_value"}, {"id":"some_other_value"}]` what i want: `["some_value", "some_other_value"]`...

got rid from excessed dm-dropdown-static-include div tag to resolve issue 409

Hello, I have copied the example to my project, and was not able to change the button text - here it is on fiddle. Thanks for the support. https://jsfiddle.net/AlexLavriv/ypq1wwmk/