Adobe® Flex® Combobox: Selecting an Item Without Using SelectedIndex
Saturday, December 13th, 2008In Adobe Flex, in order to select an item in a ComboBox, you use the .selectedIndex property. However, there might be times that you want to specify the item to be selected based on something other than it’s position in the list.
I have found two potential solutions:
- ComboBox2 from Ben Forta, Flex evangelist, is a ComboBox component which allows you to specify a “selectedValue” property.
- VAComboBox from Codieron, LTD. (BSD license)
Copyright Notice:
Adobe, and Flex are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.









