I have a list of items in the combo box. When I type 'co' on the keyboard, I need the item with letters typed will be selected.
B4X:
masterItems.Initialize
masterItems.AddAll(Array As String( _
"Alabama", "Alaska", "Arizona", "Arkansas", _
"California", "Colorado", "Connecticut", "Delaware", _
"...", "Wyoming" ))