I am trying to add a country list to a selectmenu
below is the sample javascript
I have tried with different events Click, Selected, Value change, but it does not seem to work...which is the correct event...?
is there something incorrect with the javascript ?
var states = ["Afghanistan", "Albania"];
var dropDown = Appery("nationality");
for(var hi=0; hi);