I have a combo inside a form and onchange event.
When i press “Select All” or “Clear all” the on change event gets called for each item in the array. In case there are hundreds of elements in the combo the performance gets degraded really badly.
As far as i could test, the same happens when u pass array of items inside setValue() method.