Google Closure: Setting Input for AutoComplete Dynamically
- by amuzed
The Google Closure (GC) Javascript Library makes it very easy to create an AutoComplete UI, as this demo shows - http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/autocomplete-basic.html .
Basically, all we have to do is define an array and pass it on as one of the parameters. I'd like to be able to update the array dynamically…