Interesting idea, you could potentially do that now by adding a extra value, "Select All" and check to see in the changed handler if the user selected it, if so you would have your own logic to setValues(..) on all options. Of course could be easier to do with an exposed interface to allow for Select All.
Comment