﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8191	No API to get all selected values of Select UIElement (multiple select list)	Krishna		"I have a custom dialog where I have select UI element with attribute multiple set to 'multiple'. Now there is no way (or any documentation) to retrieve all (multiple) selected values of this 'Select' element. 
Please let me know how to retrieve the multiple selected values of 'Select'.  

For example : 

type:'select',
id:'selected_attr',
label:'Attribute',
multiple:'multiple', 
style:'width:220px',					  items:loadAttributes() 

var selectObj = this.getContentElement('info','selected_attr');

selectObj.getValue() is returning me always the first selected item, but not all selected values.
"	New Feature	confirmed	Normal		General	3.0			rkanade@…
