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

**Angular version**: 15.1.0 **ng-multiselect-dropdown version**: 0.3.9 **Description of issue**: nothing displayed on the dropdown's textbox field for selected item **Steps to reproduce**: 1. load dropdown fields with data 2. open...

13 **Angular version**: "^0.3.9" **ng-multiselect-dropdown version**: I need to enable singleSelection: false, closeDropDownOnSelection:true, **Steps to reproduce**: **Expected result**: **Actual result**: **Demo**: Please share sample code link using StackBlitz or codesandbox...

I want to hit api on every changefilter event and show list in the dropdown, is allowRemoteDataSearch is helpful in it...

**Angular version**: 14.0.0 **ng-multiselect-dropdown version**: 0.3.9 **Description of issue**: Plugin have a validation issue with reactive forms **Steps to reproduce**: create any reactive form in angular and add the validators...

Hi, This PR aims to resolve what is described in [issue#172](https://github.com/NileshPatel17/ng-multiselect-dropdown/issues/172), where other properties of an object are cleared when an item is selected. To prevent properties from being excluded,...

Fix an actually failing test written by me in #371. Also fix some tests (one introduced by me and some others that have already been there) that weren’t marked as...

**Angular version**: 16.2.12 **ng-multiselect-dropdown version**: 1.0.0 **Description of issue**: Recently i updated my angular application to "16.2.12" after that i also update my "ng-multiselect-dropdown" i.e. 1.0.0. After upgradation css are...

**Angular version**: 8.2 **ng-multiselect-dropdown version**: 0.2.10 I am a happy user of ng-multiselect-dropdown. I do, however, have a use-case where i need to render custom html (more specifically an icon)...

Hi everyone, I would like to try to contribute to this really interesting project. But my main question is actually what can I do to test and build this project...