Android Question Autocomplete but no list

jayel

Active Member
Licensed User
Longtime User
Hello,

Is there a way to do autocomplete but without displaying a list?
I mean when you type in the textbox, it searches in a unvisible list for the first matching word en displays the rest in the textbox but highlighted !

like you type "d" and it searches for a word in an invisible list and displays the rest of the first finded word, example "d" and it fills "og" but selected. So when you continue typing and you type a "r" so "dr" it searches and finds "ill" .

Like excel !


Greets,

John
 
Top