angular2-multiselect-dropdown
angular2-multiselect-dropdown copied to clipboard
Angular 2 Dropdown Multiselect
Can anyone have an idea, when will we have arrow key up/down functionality and selecting a particular list element by enter/space bar ..??
Hello, I'm launching my server with the normal ```ng serve --o``` and it is completely blank, when I look at my console from the browser I got this error: ...
is saw there is way to customize label but is there a way to disable check box based on data in dropdown?
Hi, I am looking to hide or delete the "x" svg for deselection all options. I would remove it blocking the possibility to reset the select. Is there any possibility...
If the groupBy setting is enabled the dropdown only works in multiselect mode, when I switch to single selection the console throws an error. But if the selectedItems ngModel is...
Hi, I wasn't able to find an issue that dealt with the problem I'm experiencing. When clicking the multiselect to open the dropdown list the list does open but not...
For example, if the data includes "result A" and "result B" and the current search filter is "result", the button to add a new item does not appear. Here are...
Step to reproduce: 1. Open Group By select 2. Type "euro" and click Select all filtered result https://cuppalabs.github.io/angular2-multiselect-dropdown/#/groupby 3. Open select one more time, type the same "euro". All item...
I have more than 1000 data. so i implemented lazy loading i will show first 10 data after scroll end i append the next 10 data. when i am trying...