This question might seem silly, but for some reason the following code is not working for meddlNumbers.clearItems();ddlNumbers.setItems([["California", "CA"],["Massachusetts", "MA"],["Arizona", "AZ"]]);I execute this code in the click event handler of a button. For some reason the dropdown does not ...