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

we first filter for some results and click select all filtered results...now we again search for another result in search filter in that case also select all filtered result checkbox...

Hi Guys, I have a proble to implement it in Angular 7, I follow the documentation and it doesn't work In my module I have: import { FormsModule } from...

We usually store only ids/value field in the DB for dropdown items. While fetching the record, we have only list of selected ids/value i.e. ['Singapore', 'India'] instead of array of...

enhancement

html---- .ts file-------- this.settings = { singleSelection: true, text: "Select Countries", selectAllText: 'Select All', unSelectAllText: 'UnSelect All', enableSearchFilter: true, addNewItemOnFilter: true, addNewButtonText:'Add', noDataLabel:'NO DATA FOUND', enableCheckAll:true //position:'top' }; onAddItem(data:string){ this.count++;...

Its seems that custom trigger label is not supported, For example: ![image](https://user-images.githubusercontent.com/38237172/76852742-fb9a2d80-6871-11ea-8ad6-6d3c7bfb3740.png) as shown in image `2 items selected`

Hello, I want to use the singleSelection option and onClose event together. Unfortunately, this is not working. When I log the event ( or the current object that is holding...

C:\Users\Username\ng -v internam/modules/cjs/loader.js:983 throw err; ^ Error: Cannot find module 'C:\Users\Username\AppData\Roaming\npm\npm_modules\@angular\cli\bin\ng' ⍰90m at Function.Module._resolveFilename (internam/modules/cjs/loader.js:980:15)⍰[39m ... so on... I have tried almost everything. reinstalled node, Clear cache, check path but...

I am implementing Angular Universal. The code is compiling right but when I run the code, I see this error in the server side - main.js ERROR ReferenceError: document is...

https://cuppalabs.github.io/angular2-multiselect-dropdown/#/lazyloadingRemoteData 1. Turn on "lazyloading" 2. Click on dropdown 3. Search with empty results: ![image](https://user-images.githubusercontent.com/4104597/79884243-94861080-83fd-11ea-842a-7b9126edb0c2.png) Expected result: There is "No data available" message Actual result: There is no "No data...