Displaying text from Combobox as typing?
Hi
I am making a standalone text field display the full word as the user types, but the word has to be from the choices in a ComboBox.
So as they type "a", if the first choice in the ComboBox is "apple", apple is displayed in the text box. Then they type "aw", then if "aware" is the first "aw' word in the combobox, aware is displayed etc
I'm about 1/3 the way through coding it, and thought I'd ask here is there is a standard way of doing this?
