TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

input field not empty & length == threshold hides results ???? #410

Open YetAnotherMichael opened 1 year ago

YetAnotherMichael commented 1 year ago

Hi,

When input value == 'abcd' && resultsList.length == 1 (<li>abcd</li>) , the resultsList is hidden.

Any way to override this?

Thanks