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**: **ng-multiselect-dropdown version**: **Description of issue**: Actually the feature request if you can provide the save and cancel button in the dropdown if there is multiselect

**Angular version**: 12 **ng-multiselect-dropdown version**: "^0.3.7" **Description of issue**: I would like to have only 'unSelectAll' option in the dropdown menu **Expected result**: User should only see 'Unselect all' as...

**Angular version**: 8 **ng-multiselect-dropdown version**: "^0.2.3" **Description of issue**: onDropDownClose not working **Steps to reproduce**: Trigger a function using onDropDownClose method it is not working as expected **Expected result**: Get...

**Angular version**: 12 **ng-multiselect-dropdown version**: 3.8 **Description of issue**: I would like to get focus on the search box, if enabled **Steps to reproduce**: So that when a user opens...

**Angular version**: **ng-multiselect-dropdown version**: **Description of issue**: **Steps to reproduce**: **Expected result**: **Actual result**: **Demo**: Please share sample code link using StackBlitz or codesandbox Any relevant code: ``` ```

**Angular version**: 11 **ng-multiselect-dropdown version**:0.2.14 **Description of issue**: ng-template for option and selected option not working. Is it supposed to work on this version? The documentation say "beta" but not...

I'm not able to bind new data fetched from api on onFilterChange event. my requirement is, I want to bind 1st 100 records and if search string does not match...

help wanted

**Angular version**: 9 **ng-multiselect-dropdown version**: 0.2.10 **Description of issue**: Data with id & text doesn't work **Steps to reproduce**: ```HTML: ``` ```TS: dropdownList: any = [ {id: 'a2', text: 'plan...

When trying to close the dropdown menu by clicking on the up arrow (or just clicking on the dropdown element itself), it automatically reopens the menu right after closing it....

**Angular version:** 8.x **ng-multiselect-dropdown version:** 0.2.10 **Description of issue:** When you have a long list it causes a vertical scrollbar to appear on the parent container. **Steps to reproduce:** 1....