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 want to show options in dropdown but I need to restrict users from selecting them. limitSelection : 0 is not working in this case.

**Angular version:** 11 **angular2-multiselect-dropdown version:** 5.0.* Hi, while executing my `npm run build` it results on this error ``` > [email protected] > cross-env NODE_OPTIONS=--max_old_space_size=2048 ./node_modules/.bin/ng "build" "--prod" √ Browser application...

### Expected behavior: Firefox has the right behavior: 1. User opens the Multiselect 2. Enters some string into the search filter field. 3. User wants to copy the input string...

### Expected behavior: Firefox has the right behavior: 1. User opens the Multiselect 2. Enters some string into the search filter field. 3. User wants to copy the input string...

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.4 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). Commits 6fe3614 Release...

dependencies

ERROR Error: If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions. Example 1:...

help wanted

Added template renderer for group by item.

Hello there, Just wanted to see if there is any possible way i can modify the template of the Category label in my dropdown list. According to this example [here](https://cuppalabs.github.io/angular2-multiselect-dropdown/#/templating)...

enhancement