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?

