Returns an array of the selected options' values
return this.getSelected().map(function(n){ return n.value; });