--- In flexcoders@yahoogroups.com, "frosifer" <[EMAIL PROTECTED]> wrote:
>
> Does anyone have a good way of creating a ComboBox where the first
> item is an "Add New..." option that is NOT part of the underlying data
> collection (i.e., the data provider). I do not want to add an item at
> the beginning of the data provider, and I want to make sure changes in
> the collection are reflected in the dropdown. Hope this question makes
> sense.
>

Hi, you can use the "prompt" property of the ComboBox:
http://livedocs.adobe.com/flex/3/langref/mx/controls/ComboBox.html

Sunil

Reply via email to