Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Releases: jusbrasil/JavaScript-autoComplete

v1.0.16

17 Mar 21:58
Compare
Choose a tag to compare
  • fix: avoid template string/literals

v1.0.15

17 Mar 21:26
Compare
Choose a tag to compare
  • fix (mobile): hide keyboard when scroll suggestions (#15)

v1.0.12.3

08 Dec 18:08
d3896ee
Compare
Choose a tag to compare
v1.0.13

Bump to v1.0.13

Discard old source's responses

15 Feb 01:28
Compare
Choose a tag to compare

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

15 Feb 01:26
Compare
Choose a tag to compare

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

15 Feb 01:25
Compare
Choose a tag to compare
v1.0.4

Make this repository as node module