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

A multi select dropdown directive for AngularJS.

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

I have a multiselect with search option. When I enter a search text, it filters the entries. When I click on Select All, it selects all entries ignoring the search...

Output model is creating a problem when it is placed inside ng-repeat tag for dynamic combo box generation Input Model Data Set: criterias: Array(4) 0: criteriaData: (2) [{…}, {…}] criteriaDesc:...

Only having the check icon as the selectable area is not very good for usability. I would like to be able to select an option by clicking anywhere on that...

Is there this functionality?

enhancement

Is it possible to select parent only without propagating to children?

enhancement

Hello The multi select directive was throwing below exception because it can't find the lokijs reference. ReferenceError: loki is not defined at new Engine (eval at ../node_modules/angular-multi-select/dist/prod/angular-multi-select.js (vendor.bundle.js:862), :830:17) at...

Hi I didn't found in the doc something about this problem, or maybe it's me but is it possible to force at least one item to be checked in the...

Allow the option to have the hidden items in the in the input array. We will need to define the extra parameter 'hiddenProperty' (true/false). It will help us to avoid...

enhancement

If people are using the gettext translate filter then the one packed with this control clashes and only partially works. It would be better if gettext version is marked as...