Combo - Selecting an item does not update control image
I have tried the controls.htm example that is included in the 2.0.1 and the combo box item image is not updated when a different item is selected. I have tried this on both Firefox and IE, but neither works correctly.
I tried a few things to explicitly set the control image (see code below), but it doesn't work:
combo.onItemSelectedChanged = function(event, items) { if (event) { this.setControlImage(itemImageArray[items]); }
Please help.
Thanks.
Dan
I tried a few things to explicitly set the control image (see code below), but it doesn't work:
combo.onItemSelectedChanged = function(event, items) { if (event) { this.setControlImage(itemImageArray[items]); }
Please help.
Thanks.
Dan
Dan Bright
October 18,