Categories | Question details Back To List | ||
Is there a way to set the selected option in this _addOption command ? Answer posted by Support on Apr 07, 2008 05:34 There is no way to mark options as selected during adding, but you can do it exactly after adding combo.selectOption(ind); or combo.selectOption(combo.getIndexByValue(value)); |