Skip to content

Tags: tannerhuynh/accessible-autocomplete

Tags

v2.0.3

- [Pull request alphagov#415: Make React bundle work server-side in a…

… NodeJS environment](alphagov#415)

v2.0.2

- [Pull request alphagov#388: Set aria-selected as a string instead o…

…f a boolean to avoid being dropped.](alphagov#388)

- [Pull request alphagov#400: Remove pointer events check.](alphagov#400)
- [Pull request alphagov#406: Make hint padding match input padding.](alphagov#406)
- [Pull request alphagov#407: Use a div element to wrap enhanced component.](alphagov#407)
- [Pull request alphagov#410: Fix long clicks not selecting options.](alphagov#410)

v2.0.1

- [Pull request alphagov#379: Ensure multiple autocompletes on one pa…

…ge do not have conflicting id attributes](alphagov#379)

v2.0.0

- Migrate to the new accessible focus state

- Better compatibility with screen readers

v1.6.2


    

v1.6.1


    

v1.6.0

- [Feature] Allow customization of the dropdown arrow. By [@sventschui](

https://github.com/sventschui).

v1.5.0

- [Feature] Add ability to translate texts. Relates to alphagov#96. By [

@sventschui](https://github.com/sventschui).

v1.4.2

- Allow space to confirm an option, fixes alphagov#98.

- Add support for navigating lists on IE9, 10 and 11, fixes alphagov#193.

v1.4.1

- Fix use of HTML entities in enhanced select options. alphagov#151. …

…By [@dracos](https://github.com/dracos).