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

Angular 2 Dropdown Multiselect

Results 125 angular2-multiselect-dropdown issues
Sort by recently updated
recently updated
newest added

Is it possible to have multiple levels of group? (Groups in grooups)? If not, then I would like to request this feature. Or if anyone else have solutions to this,...

enhancement

How can i sort the list if i'm using groupBy option (let say alphabetical order based on key provided in groupBy)? Can't find anything in settings

enhancement

There is no specific custom setting to show badge like "ALL ITEMS SELECTED" when all the items in the drop-down list are selected. Currently, it's pretty much showing all the...

I am trying to use a custom c-item using the provided samples. However, my dropdown shows all items indented. html: ``` {{item.itemName}} Capital - {{item.capital}} ``` ts: ``` this.settings =...

I need to remove the cross icon from single selection dropdown. **Version** angular2-multiselect-dropdown: ^4.6.3 **Expected Behaviour** A clear all - cross icon can be removed from the dropdown. **Screenshot**

while trying to get data for with - value Example: DG- TEST 1 it's cropping before hyphen all the values and takes after Hyphen, can you look into this and...

How can i set my own style of arrow-up and arrow-down? Is it possible to do that? If yes, could you please show an example ?

When I'm using groupBy and lazyLoading to true, the list is not showing grouped.

There is issue with search if text contains symbols with text. For if there are options like C, C+, C- then for searching for "C" it does not shown result...

enhancement

Is there a way to add bootstrap validations in Angular 2 multi-select dropdown. Basically is is possible to highlight the dropdown in red if user does not select any values...

enhancement