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

How we can remove "Check All"

Open rahulpathak opened this issue 7 years ago • 0 comments

Hi, How we can remove "Check All" in dropdown. i tried with showCheckAll: false.

this.dropdownSettings = { singleSelection: false, showCheckAll: false, showUncheckAll: false, idField: 'item_id', textField: 'item_text', itemsShowLimit: 1, allowSearchFilter: false };

I tried with enableCheckAll: false also.

rahulpathak avatar Jul 20 '18 08:07 rahulpathak