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

Sometimes it is necessary to have tooltips especially when max-width has to be defined and dropdown elements values are wider. If you ok with this enhancement I will create a...

I want to set a dynamic width to the multiselect dropdown using responsive utility classes like so: ```HTML class="w-full md:w-3/4" [settings]="dropdownSettings" [data]="dropdownList" ``` The best I could do is something...

On the NPM page for the component, there are two conflicting installation instructions: Under "getting Started" : npm install ng-multiselect-dropdown "Install" box above downloads chart: npm i ng-multiselect-dropdown9 the correct...

Hi, I have a page with a table having 500 rows. Each row has 4 drop-downs. So total drop-downs become 2000. Page is getting unusable due to lot of blur...

**Angular version**: 11 **ng-multiselect-dropdown version**: 0.22.11 **Description of issue**: I am coding on stackblits after trying to import ng-multiselect-dropdown, i got this error : Error in ~/src/main.ts ngcc failed to...

In my angular 5 application I am getting the following error: ``` ERROR Error: Uncaught (in promise): TypeError: value.map is not a function TypeError: value.map is not a function at...

**Angular version**: 8 **ng-multiselect-dropdown version**: ^0.2.10 **Description of issue**: Want to focus on the search field when open select drop-down. **Steps to reproduce**: NA **Expected result**: Want to focus on...

**Description of issue**: Please make the deselect button in selected item customizable via template. **Expected result**: ```{html} {{option}} your button template/component goes here ```

**Angular version**: 8.2.3 **ng-multiselect-dropdown version**: 0.3.4 **Description of issue**: When I set the value of 'itemShowLimit' let's say 3, and I select more than 3 items, then the input field...

Is it possible to display, in the input field, the value of idField instead of the value of textField for selected items? Let's say I have this data: ``` this.dropdownList...