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, I am trying to use multi select in a Arabic site. but Arabic dropdown is not working. Image attached. Please let me know how can I reslove this. ![image](https://user-images.githubusercontent.com/15993320/47865362-fe81b300-de21-11e8-9846-6a918787c81c.png)

Is possible to make XSS attack after add option "alert('XSS')" into select. Option name should be escaped.

How can i add a button through which i can open and close the drop down?

Dropdown is going down of the screen and unable to see the items Dropdown is going down of the screen and unable to see the items ![multi select issue](https://cloud.githubusercontent.com/assets/6618625/7345809/1519c51a-ecf6-11e4-9f00-7fca7d175fcf.png)

If you have some code removing all items before the timeout is able to run, you'll get a nasty TypeError if you don't null check clickedItem.

If user selects one item from particular group then is there any way to allow user to select only other items from the same group?

I am trying to use same input-model for multiple isteven-multi-select inside ng-repeat. But challenge I face is it binds to same input, so selecting any option from one dropdown selects...

I'm experiencing a weird issue where I have a search button with a bound ng-click="search()". When opening the multi-select control, selecting some items, then immediately clicking my search button (so...

I am using **isteven/angular-multi-select** to select multiple category at a time, but getting same name of categories in iSteven Multi select list. if category name is one or more times...

I have a multi-select which loads data only when previous activity is been done (conditional), till then I want to show default text to the button.