Try setting the combobox.selectedIndex to -1 to make it use the prompt value. I set prompt= "" , then when I set combobox.selectedIndex to -1, it clears the field.
John --- In [email protected], "bjorn.schultheiss" <[EMAIL PROTECTED]> wrote: > > Hey, > > I need to remove the selection on the TextField within a ComboxBox. > > This is happening when i'm switching combobox.editable == true to = false. > > How can i access the textfield? > > Bjorn >

