Skip to content

Releases: vufind-org/autocomplete.js

v2.1.0

Choose a tag to compare

@crhallberg crhallberg released this 08 Feb 20:05
Only activate on left click. Remove dead code.

v2.0.0 - Lite Edition

Choose a tag to compare

@crhallberg crhallberg released this 16 Jun 14:11
ec26bd0

Removed the bloat, updated to modern JS, etc.

See PR #10 for details.

Version 1

Choose a tag to compare

@crhallberg crhallberg released this 16 Jun 14:09
v1.x

Move demo to folder

v0.17 - Control Object

Choose a tag to compare

@crhallberg crhallberg released this 29 Sep 17:19

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.

Choose a tag to compare

@crhallberg crhallberg released this 19 Oct 18:16

Optimizations as well.

Static Lists

Choose a tag to compare

@crhallberg crhallberg released this 18 Oct 16:39

Adds static data list handing.

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