I have a combo box that has a data provider The data looks like this. myEntityArray: entityName entityID
My combobox looks like this:
<mx:ComboBox dataProvider="{myEntityArray}" labelField="entityName"/>
When this data loads I want to set the selected combobox value to an
entityID. I.E. I'll want to set the entityID to 234.
Note: EntityID != selectedIndex
Any ideas?
Thanks!
Nate

