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

Hi CuppaLabs, I am really happy when I found "**angular2-multiselect-dropdown**" packages and it helped a lot for my development. Could you please help me to enhance the below new features...

bug

On the reactive forms approach of your example you included ngModel. But this is wrong since ngModel should ONLY be used in the template driven approach (depracted Angular v.6 and...

How we can use the **tooltip** in **angular2multiselect** dropdown?

I am getting issue once i migrate angular12 version, the issue is Uncaught Error: Type AngularMultiSelectModule does not have 'ɵmod' property. at getNgModuleDef (core.js:1141:1) at recurse (core.js:25270:1) at recurse (core.js:25281:1)...

Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies

if i set selectGroup=false, user can select group item by clicking on group name. user can select item by clicking on group name after max selection limit and dropdown items...

I'm using latest version (5.0.4), while running app I'm getting following error Error: src/app/app.module.ts:43:5 - error NG6002: 'AngularMultiSelectModule' does not appear to be an NgModule class. 43 AngularMultiSelectModule ~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/angular2-multiselect-dropdown/lib/multiselect.component.d.ts:121:22...

Try use in angular 15.x.x ERROR: This likely means that the library (angular2-multiselect-dropdown) which declares AngularMultiSelectModule is not compatible with Angular Ivy. Check if a newer version of the library...

Error: :13:5 - error NG6002: 'AngularMultiSelectModule' does not appear to be an NgModule class. 13 AngularMultiSelectModule ~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/angular2-multiselect-dropdown/lib/multiselect.component.d.ts:121:22 121 export declare class AngularMultiSelectModule { ~~~~~~~~~~~~~~~~~~~~~~~~ This likely means that the...