I created a multiselect listbox based on a value list generated by a global method. The problem is that I am not able to do a multiple selection (I am working on a Mac). I tried the press the cmd key which is normally used for multiple selections on the Mac with no luck. When I choose a new value, the previous one is removed and the resulting array ```
var array = elements.mlist.getSelectedElements()