angular-multi-select icon indicating copy to clipboard operation
angular-multi-select copied to clipboard

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.

Results 107 angular-multi-select issues
Sort by recently updated
recently updated
newest added

Hi, In the filter/search text input, if the user presses the arrow key, expecting to go back/forward a character, instead the focus will go to the helper buttons or the...

bug

I am new to angularjs. My question is how do I refresh the directive when another button is clicked. Basically I want to call the Reset action of the directive...

If have multiple multi selects in one page, on opening on multiselect, digest is run on every other instance. When I have 30+ multiselects, it takes 3 seconds to open...

Currently `is-disabled` attribute disables items/options in `select` dropdown. But we don't have any means of completely disabling whole element. So either we should change `is-disabled` functionality to disable whole element....

Limiting rows rendered in dropdown to improve performance.

Hi isteven, In my project I'm changing the input model in on-open callback and I want these changes to be visible on the fly. Few days ago I updated from...

Hi, can't say if it's our implementation for the plugin, or the plugin itself but we are experiencing incredible lags when using multiple multiselect items (8-10 max). It occurs only...

when input was updated, output model was dereferenced from scope.

There is need in option, like > 'someSelectedLabel': 'Recipients selected' that provides ability instead of showing every selected option in > .multiSelect > button show only this label. Because in...