B4J Question Filter search using combo box

warayTek

Member
Licensed User
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" ))
 

Mariano Ismael Castro

Active Member
Licensed User

Hi, maybe this isn't what you need, but have you seen this?
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Try B4XSearchTemplate

 
Upvote 0
Top