This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
Releases: jusbrasil/JavaScript-autoComplete
Releases · jusbrasil/JavaScript-autoComplete
v1.0.16
v1.0.15
v1.0.12.3
v1.0.13 Bump to v1.0.13
Discard old source's responses
Autocomplete suggestions will only be updated when a new response came from the source method.
This will prevent old responses (when source method is async) from messing up the result items
Insert autocomplete element in target's parent
Instead of using document.body
to insert autocomplete element, use the target's parent
and then, if the target is inside an element with position [absolute, fixed or relative], use relative values to adjust element position
Initial version as npm project
v1.0.4 Make this repository as node module