:crazy: Problem… :hangover:
I have a combobox and an input field in my flash MX scene. When I make a selection in the combobox and start typing in the textbox, the combobox starts changing value as soon as I type a corresponding first key…
So what my question is, can you disable the keyboard selection of a combobox so that you only can select it by using your mouse?
If the FComboBox is changing the value, it’s because the focus is still on the FComboBox… once the focus is on the TextField, you shouldn’t have any problems.