Is there a specific way to remove or clear options from a select control?
I have tried ESPUI.updateSelect(mainSelector, ""); but it just changes the selected value to nothing
I really wouldn't like needing to removeControl and addControl every time I need to clear it, so consider this a feature request if it isn't already implemented
Is there a specific way to remove or clear options from a select control?
I have tried
ESPUI.updateSelect(mainSelector, "");but it just changes the selected value to nothingI really wouldn't like needing to
removeControlandaddControlevery time I need to clear it, so consider this a feature request if it isn't already implemented