Page 1 of 1

Autocomplete a field similar to browser URL bar

Posted: Tue Apr 14, 2015 12:32 am
by kaveh1000
I have searched a bit but can't find exactly what I want.

I have a list of words or phrases. I want a user to start typing and any phrases starting with the letters already typed would be added to a live list below the field. The behaviour in the URL bar of a browser like Chrome is exactly what I am after.

I have written a script and I think I can do it that way but wonder if there is a built in method.

Thanks.

Re: Autocomplete a field similar to browser URL bar

Posted: Tue Apr 14, 2015 2:44 am
by dunbarx
Hi.

You have to roll your own here. Sounds like a fun project. Why not post your code?

Craig Newman

Re: Autocomplete a field similar to browser URL bar

Posted: Tue Apr 14, 2015 8:01 am
by kaveh1000
OK, just wanted to check.

Sure, will clean up code and upload...