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

Angular 2 Dropdown Multiselect

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

I have a basic multiselect component on many pages that work fine: ``` ``` However, when I open a modal (using NgbModal bootstrap 5) on a page with the multiselect...

![image](https://user-images.githubusercontent.com/18117734/79568063-a5b5e100-80ce-11ea-855e-1da6a9478a9d.png) ### I have try to install npm install --save @types/tweenjs; but still got error on compilation time. ``` Could not find a declaration file for module '@tweenjs/tween.js'. 'E:/office/krafty-frontend/node_modules/@tweenjs/tween.js/src/Tween.js' implicitly...

Hi, I am using the angular multiselect drop-down. I am calling the API onSearch event on key press and marking api call with denounce of 500. And also my component...

I am trying to use this package in angular 11, but I have issue. ![image](https://user-images.githubusercontent.com/54302521/124360469-992e9180-dc5c-11eb-9f57-8e2fc683077f.png) I hope to get solution.

Hi, can't we just bind it to single value instead of array when singleSelection is true ? may be it makes more sense.

Hi, This is a fix for issue #581: if selectGroup is set to false, the group is not clickable and has no checkbox. Please let me know if you need...

I HTML file ---> " " CSS --> .fields { display: flex; flex-wrap: wrap; } .field_1 { flex-basis: 45%; max-width: 45%; padding: 0.75rem; } .field_2 { flex-basis: 45%; max-width: 45%;...

Hi Team, I had the following scenario in my project. How to prevent the end user to click the x in the dropdown in Angular-2-multiselect ![image](https://user-images.githubusercontent.com/58432138/120476859-b86da100-c3c8-11eb-9a52-8b53e4c23496.png) Any suggestion will be...

Hi Team, I'm using library in my application and found one issue. Above is my HTML, using this with reactive form, and in TS binding value from JAVA response like...

Hi, this is an awesome package of yours and I am using it at very places, thankyou so much for it, i have added a small check in one of...