npm vue-autosuggest 2.1.2
v2.1.2 Bugfixes a11y improvements and negative index regression

latest release: 2.2.0
4 years ago

Fixes #191 and #190. Thanks to @account-suspended and @ariross for the bug reports!

Changelog:

  • fix(currentIndex) disallow negative index > -1
  • fix(a11y) ARIA attributes must conform to valid values
    • Add docs for
    • Ensures every ARIA input field has an accessible name: aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty. This was due to the fact that aria-labelledby in the <ul> was always referencing "autosuggest". Now it will use the section config label.

Don't miss a new vue-autosuggest release

NewReleases is sending notifications on new releases.