2

ui-select-header-group-selectable in ui-select-choices makes the headers clickable, so you can select all the items in a group.

Am I right or wrong?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Majid
  • 141
  • 2
  • 10
  • 1
    After bit of research, I found the answer myself. The answer is 'Yes', but the feature though documented, but not yet available, which is bit misleading. Very useful feature, hopefully it will be available soon. – Majid Jul 02 '18 at 07:49

1 Answers1

0

I edited the select.js for my project. I am not keeping real checkboxes, but using glyphicons.

example-screenshot

https://github.com/maheshparlapalli/modified-ui-select-js-for-group-wise-check-boxes

search for 'toggleAllGroupSelected' in select.js, which is newly added function.

You will find the usage of 'toggleAllGroupSelected' in multiple places. Add this code to your select.js