ngx-bootstrap-multiselect icon indicating copy to clipboard operation
ngx-bootstrap-multiselect copied to clipboard

Angular 9+ Dropdown Multiselect Bootstrap

Results 17 ngx-bootstrap-multiselect issues
Sort by recently updated
recently updated
newest added

Is it possible to set the innerHTML of the select items with images? Thanks in advance

After upgrading to angular 11, the following warn appears when installing the library: npm WARN [email protected] requires a peer of @angular/common@^10.0.6 but none is installed. You must install peer dependencies...

Without importing `import { FormsModule } from '@angular/forms';` You will get a module error. Angular: 12.1.4 ... animations, cdk, cli, common, compiler, compiler-cli, core ... forms, platform-browser, platform-browser-dynamic, router Package...

Error: ERROR in node_modules/ngx-bootstrap-multiselect/lib/autofocus.directive.d.ts(8,9): error TS1086: An accessor cannot be declared in an ambient context.

The CSP issue that has been fixed in release [v1.7](https://github.com/softsimon/ngx-bootstrap-multiselect/releases/tag/v1.7) still exists in the latest version (v2.1.1). Please refer to the original issue: https://github.com/softsimon/ngx-bootstrap-multiselect/issues/387

Can we have just one Option (as a checkbox) to allow user to "Select all" or "Unselect all". Saves some screen realestate and less redundant.

It looks like this project is the current iteration of https://www.npmjs.com/package/angular-2-dropdown-multiselect (no active development) which was used in 7.2.2 - I was able to update to 8.2.x without a problem,...

Hiya @softsimon, The component works as-is on Angular 14, but ofcourse i'm now getting a bunch of errors: ``` PS C:\Repos\Front-End> npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE...

I get some funny error messages when using it in my Angular 17 project: ![image](https://github.com/softsimon/ngx-bootstrap-multiselect/assets/16278437/1b22e374-659c-451b-aa3f-04d004de84f1) In text: ./src/main.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/node_modules/@ngtools/webpack/src/ivy/index.js): Error: Cannot resolve type entity...

In for example ngx-bootstrap-multiselect.umd.js I see: var NgxBootstrapMultiselectModule = /** @class */ (function () { function NgxBootstrapMultiselectModule() { } return NgxBootstrapMultiselectModule; }()); NgxBootstrapMultiselectModule.decorators = [ { type: core.NgModule, args: [{...