Skip to content

Releases: danqing/autocomplete

v0.5.1

05 Nov 02:08

Choose a tag to compare

Fix issue of clicking on SVG element doesn't dismiss the autocomplete.

v0.5.0

01 Nov 07:29

Choose a tag to compare

The autocomplete can now be deactivated with ac.deactivate() and reactivated with ac.activate(). It's active by default as before. Thanks @eloquence for the change!

v0.4.1

01 Nov 07:23

Choose a tag to compare

Bump version to 0.4.1

v0.4.0

14 Jul 05:31

Choose a tag to compare

Added option to change CSS class on a per-autocomplete basis. (Thanks @eloquence!)

v0.3.0

05 Jun 23:47

Choose a tag to compare

Added delay and minLength options, and fixed dismissal issue on iOS.

v0.2.0

31 Dec 06:53

Choose a tag to compare

Added optional anchorEl for positioning the autocomplete under non-inputEl elements.

v0.1.7

17 Sep 06:17

Choose a tag to compare

The default style is now shipped with the package.

v0.1.6

12 May 20:46

Choose a tag to compare

Fix click event on custom row

v0.1.5

18 Jan 06:29

Choose a tag to compare

Update README for text label keys

v0.1.4

07 Jan 18:19

Choose a tag to compare

Fix right arrow complete bug