The following example shows how you can specify a custom label field for a ComboBox control by using the ComboBox class’s labelField
property.
The labelField
property controls which field in the data provider will be used as the ComboBox item’s label. By default, the labelField
property is “label”, although if you are using an XML data provider, you may want to change the labelField
property to “@label”, or some other value.
Full code after the jump.
Continue reading Specifying a custom label field on a Flex ComboBox control →