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

Releases: jusbrasil/JavaScript-autoComplete

v1.0.16

Choose a tag to compare

@cristianossd cristianossd released this 17 Mar 21:58
  • fix: avoid template string/literals

v1.0.15

Choose a tag to compare

@cristianossd cristianossd released this 17 Mar 21:26
  • fix (mobile): hide keyboard when scroll suggestions (#15)

v1.0.12.3

Choose a tag to compare

@brunomguimaraes brunomguimaraes released this 08 Dec 18:08
d3896ee
v1.0.13

Bump to v1.0.13

Discard old source's responses

Choose a tag to compare

@rafaelverger rafaelverger released this 15 Feb 01:28

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

Choose a tag to compare

@rafaelverger rafaelverger released this 15 Feb 01:26

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

Choose a tag to compare

@rafaelverger rafaelverger released this 15 Feb 01:25
v1.0.4

Make this repository as node module