Hi all,
can I add text in a multiselect input from javascript?
can I remove a specific option value in a multiselect input double-clicking on the item?
thanks
Hi all,
can I add text in a multiselect input from javascript?
can I remove a specific option value in a multiselect input double-clicking on the item?
thanks
Hi
You can get select object via methos getSelect() and then use it as a html object.
sel = myForm.getSelect("Sel");