Bootstrap dropdown and form onshow

I have this same problem. Not sure how to apply your solution. My onshow cocde is:

    Form1.onshow=function(){
          drpFlavors.addItem("Vanilla")
          drpFlavors.addItem("Chocolate")
    }