typeahead.js icon indicating copy to clipboard operation
typeahead.js copied to clipboard

This project is dead, please check https://github.com/corejavascript/typeahead.js

Open GunnarLieb opened this issue 5 years ago • 6 comments

Looks like the fork mentioned above is maintained

GunnarLieb avatar Jun 26 '20 08:06 GunnarLieb

Thank you so so so much! spend 4+ hrs trying to figure out what was wrong with my code but found out it was their bug. thank you so much...

sahilshahane avatar Jul 09 '20 15:07 sahilshahane

Saving some time for people: https://github.com/corejavascript/typeahead.js

tonydehnke avatar Aug 24 '20 04:08 tonydehnke

About once every two years I try to implement a typeahead widget and I run into this insanely confusing tangle of forks and version numbers. Something that should take 20 minutes turns into hours. Every time.

jdesbonnet avatar Dec 14 '20 15:12 jdesbonnet

@jdesbonnet I'm with you and in exactly the same boat again, using Bootstrap 5.0 and just want something that works more or less out of the box with an API Fetch for the modern era.

Looking for something that has no jQuery dependencies...

kanine avatar Dec 14 '20 23:12 kanine

Recommended new solutions (without jQuery dependencies):

  1. Tarek Raafat's "autoComplete.js" (can be used in existing forms): https://github.com/TarekRaafat/autoComplete.js

  2. "Algolia autocomplete" (but creates a form element, so not usable within existing forms, only as a standalone element): https://github.com/algolia/autocomplete

john-999 avatar Apr 02 '22 15:04 john-999

If you are looking for something which works out of the box and don't mind jQuery, have a look at https://github.com/xcash/bootstrap-autocomplete

chrisv2 avatar Aug 17 '22 12:08 chrisv2