Is there anyway to get the textfield Autocomplete ?
So for example I want insert a first letter of a word in the textbox and then it will display the words beginning with that letter using a word list previously charged. (not too slow)
I won’t be home for a couple hours and then I have to get ready for a vacation that I’m going to tomorrow. So I can’t help right now. Maybe someone in the community will pitch in.
This thread talks a bit about utilizing a search box, which can perform the same function. Essentially, you would most likely want to listen to the event.text userInput and update your object’s text values accordingly.
I won’t be home for a couple hours and then I have to get ready for a vacation that I’m going to tomorrow. So I can’t help right now. Maybe someone in the community will pitch in.
This thread talks a bit about utilizing a search box, which can perform the same function. Essentially, you would most likely want to listen to the event.text userInput and update your object’s text values accordingly.