Skip to content

Releases: vufind-org/autocomplete.js

v2.1.0

08 Feb 20:05
Compare
Choose a tag to compare
Only activate on left click. Remove dead code.

v2.0.0 - Lite Edition

16 Jun 14:11
ec26bd0
Compare
Choose a tag to compare

Removed the bloat, updated to modern JS, etc.

See PR #10 for details.

Version 1

16 Jun 14:09
Compare
Choose a tag to compare
v1.x

Move demo to folder

v0.17 - Control Object

29 Sep 17:19
Compare
Choose a tag to compare

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.

19 Oct 18:16
Compare
Choose a tag to compare

Optimizations as well.

Static Lists

18 Oct 16:39
Compare
Choose a tag to compare

Adds static data list handing.

$(input).autocomplete({static: ['array', 'of', {value: 'items', label: 'or strings'}]);