Good point, feel free to file an enhancement request. See the IconComboBox example on my blog for a way to modify what the CB shows.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ervin Sent: Thursday, July 31, 2008 7:56 PM To: [email protected] Subject: [flexcoders] Itemrenderer not showing up in combobox Does anyone know how to get an itemrenderer in a combobox to show up when it is the selectedItem? I have an itemrenderer in a combobox that only shows up when the list is dropped down, but when you selected something nothing shows up in the labelField, the combobox just closes and the labelField is blank. What I want is instead of labelField = "data.title" I want something like labelField = "myitemrenderer". Kind of silly on Adobe's part to just allow text. If it lets you put in an itemrenderer for the list shouldn't it show you the itemrenderer you select from the dropdown list not just a string?

