I have an app that would benefit from google-style autocompletion while filling in an entry field.
Any pointers on how this is implemented, or a package that I can drop in to assist?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use jQuery and the Autocomplete plug-in for this. It allows the data to be either specified in an JavaScript array locally, or received via the network, if a suitable data provider is written.