AutoComplete.js update 1.2
I’ve completed an update/rewrite of my AutoComplete (Google suggest) widget. It now also includes a complete API document similar to the HelpBallons API.
Examples: http://www.beauscott.com/examples/autocomplete
Download: http://www.beauscott.com/examples/autocomplete/autocomplete.zip
SVN: svn://beauscott.com/widgets/AutoComplete
As always, please let me know if you have any issues or suggestions.
Beau
It would be nice if the list scrolled continuously when the down arrow is pressed down. Right now, we have to keep pressing it over and over to scroll down the list. It helps a lot on long lists.
Thanks for the feed back venkat!
I’ve added that feature!
Am I able to store an id with each option so when the user selects an option i can somehow get the id of the oprion and use that in my form submit.
Seems to have a issue if you stay type car and it will return a lot of cars then the results? Can this be changed?
I am having a difficult time adding any style to this select box. Do you have any suggestions for me.
Thanks
When I type a beginning of a word, the script gives me suggestions. But when I change my mind about last letter I typed and delete it (still leaving more than 3 characters in the box) there are no suggestions shown. I have to delete one more letter and enter it again to see suggestions list.
This in not very convenient, would you mind changing this behaviour?
Thanks.