If you have a use of ComboBox like
<mx:ComboBox id="foo" labelField="somethingElseThanLabel"/>
a call to SelectCommands.doFlexSelect fails, because it matches the text to
select against each item in the combo dataprovider against the "label"
property.
I have attached a patch, that properly uses the value of the "labelField"
property on the ComboBox instance when matching label.
Original issue reported on code.google.com by per.ole...@gmail.com on 29 Mar 2010 at 1:51
Original issue reported on code.google.com by
per.ole...@gmail.com
on 29 Mar 2010 at 1:51Attachments: