Releases: vufind-org/autocomplete.js
Releases · vufind-org/autocomplete.js
v2.1.0
Only activate on left click. Remove dead code.
v2.0.0 - Lite Edition
Removed the bloat, updated to modern JS, etc.
See PR #10 for details.
Version 1
v1.x Move demo to folder
v0.17 - Control Object
New to this release, you will now be returned a control object when you call $(input).autocomplete()
. This returns object has four methods: show, hide, search, and clearCache. You can save this object after setup or you can get a new copy by calling .autocomplete()
with no parameters.
Static sorting.
Optimizations as well.
Static Lists
Adds static data list handing.
$(input).autocomplete({static: ['array', 'of', {value: 'items', label: 'or strings'}]);