Releases: danqing/autocomplete
Releases · danqing/autocomplete
v0.5.1
Fix issue of clicking on SVG element doesn't dismiss the autocomplete.
v0.5.0
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.0
Added option to change CSS class on a per-autocomplete basis. (Thanks @eloquence!)
v0.3.0
Added delay
and minLength
options, and fixed dismissal issue on iOS.
v0.2.0
Added optional anchorEl
for positioning the autocomplete under non-inputEl
elements.
v0.1.7
The default style is now shipped with the package.
v0.1.6
Fix click event on custom row
v0.1.5
Update README for text label keys
v0.1.4
Fix right arrow complete bug