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

Group select checkbox is being shown even when it set to false in settings

Open dannetproject opened this issue 4 years ago • 1 comments

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
    };

dannetproject avatar Mar 08 '20 22:03 dannetproject

Is this fix released?

harish2296 avatar Aug 25 '20 03:08 harish2296