Skip to content

Tags: vufind-org/autocomplete.js

Tags

v2.1.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix HTML validation of the input field (#16)

* Add handling of aria-expanded attribute on the input field.

role="combobox" requires aria-expanded to pass HTML validation.

* Set autocorrect only if the field supports it.

This ensures the result is valid HTML.

v2.1.9

fix: remove race conditions between timeouts and callbacks.

v2.1.8

fix issues related to this PR: vufind-org/vufind#3064

v2.1.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: version bump (package.json)

v2.1.6

version: bump 2.1.6.

v2.1.5

version: bump 2.1.5.

v2.1.4

version: 2.1.4.

v2.1.3

Fix branch name in link.

v2.1.2

Switch to input event to support pasting and edge-cases.

v2.1.1

Bugfixes

- Positioning corrections
- Prevent form submission