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

Multiple Select Dropdown Component

Results 163 ng-multiselect-dropdown issues
Sort by recently updated
recently updated
newest added

Below is a duct tape and it works. 1. `@ViewChild(MultiSelectComponent, { static: true }) multiSelectComponent: MultiSelectComponent;` 2. ``` ngAfterViewInit( ) { this.multiSelectComponent.registerOnTouched(this.onCtrlBlur); } ``` 3. ``` onCtrlBlur( ) { const...

**Angular version**: 11.0.7 **ng-multiselect-dropdown version**: 0.3.8 **Description of issue**: My multiselect contains many elements, 200 or more, when I open it, the scrollbar of the web page decreases and the...

**Angular version**: latest **ng-multiselect-dropdown version**: **Description of issue**: used the single select version. When add of a new record. So there is nothing selected yet in the dropdown. When I...

**Angular version**:14.1 **ng-multiselect-dropdown version**:1.0.0-beta.19 **Description of issue**: on pressing enter not opening the ng-multiselect-dropdown **Steps to reproduce**: **Expected result**:on pressing enter should open the dropdown **Actual result**: on pressing enter...

When there are few data having null/empty in textField then searching for a specific record returns those null records too.

This is an improvement which I would like to have in this plugin. Since the project [https://github.com/CuppaLabs/angular2-multiselect-dropdown](https://github.com/CuppaLabs/angular2-multiselect-dropdown) has been abandoned and I needed to upgrade to newer versions of angular...

Scenario: While you selecting a item on the list the background color is changed to gray

**Angular Version: 10.2.5**: **Dropdown version: 0.3.4**: **I have singleSelection set to false for the dropdown settings but it still closes after each selection. I can still select multiple options but...

**Angular version**: 9.1 **ng-multiselect-dropdown version**: 0.3.0 **Description of issue**: Opening the dropdown and clicking search input behaves as expected. Opening the dropdown, selecting a checkbox and then clicking on search...

**Angular version**: ~10.2.1 **ng-multiselect-dropdown version**: ^0.3.0 **Description of issue**: Getting the following run-time error in console, when implemented the sample from https://www.npmjs.com/package/ng-multiselect-dropdown core.js:4442 ERROR NullInjectorError: R3InjectorError(AppModule)[ListFilterPipe -> ListFilterPipe -> ListFilterPipe]:...