angular2-multiselect-dropdown
angular2-multiselect-dropdown copied to clipboard
Group select checkbox is being shown even when it set to false in settings
Even when I set "groupSelect: false" the group select checkbox is visible. Any solutions for this?
this.dropdownSettings = {
singleSelection: false,
text: "All Categories",
selectAllText: 'Select All',
unSelectAllText: 'UnSelect All',
enableSearchFilter: false,
enableCheckAll: false,
classes: "myclass custom-class",
primaryKey: "CategoryId",
labelKey: "CategoryName",
groupBy: "GroupName",
groupSelect: false
};
Is this fix released?