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

Angular 2 Dropdown Multiselect

Results 125 angular2-multiselect-dropdown issues
Sort by recently updated
recently updated
newest added

I'm getting error when I try to compile my angular project with angular2-multiselect-dropdown it gives me this error: ```` ERROR in node_modules/angular2-multiselect-dropdown/lib/virtual-scroll/virtual-scroll.d.ts:97:29 - error TS2314: Generic type 'Tween' requires 1...

There is a problem with searching in Angular 10. The search results seem to be "delayed" by one interaction. In the screenshot below, I typed in the letter 'c' in...

I tried enabling Angular's [strict template checking](https://angular.io/guide/template-typecheck#strict-mode) on a project and a recurring failure was on all uses of angular2-multiselect-dropdown. The error was always that the object given to `[settings]`...

Hello, I am using angular2 multiselect dropdown, I am using custom search for my list. I want to add a feature that allows users to add an item if it...

I wanted to open select all and deselect all at the same time something like this. @CuppaLabs ![image](https://user-images.githubusercontent.com/39212098/98082188-52ef1b80-1e9e-11eb-8396-b42c910310f8.png)

Each group should be collapsable using a boolean attribute. This will improve the visibility of groups in case of largely grouped data.

I am trying to use GroupBy to show label but I don’t want to show Checkbox in front of GroupBy label.Is there any setting for this?

Even when I set "groupSelect: false" the group select checkbox is visible. Any solutions for this? ``` this.dropdownSettings = { singleSelection: false, text: "All Categories", selectAllText: 'Select All', unSelectAllText: 'UnSelect...

When you filter a dropdown that is using grouping it will provide the option to 'Select all filtered results' but checking and unchecking the box does not work. This can...

## Expected Behavior Dropdown list should remain at the top of the selected items box when box grows in size. ## Actual Behavior Dropdown list seems to be positioned relative...