twitter / typeahead.js

typeahead.js is a fast and fully-featured autocomplete library
http://twitter.github.io/typeahead.js/
MIT License
16.52k stars 3.21k forks source link

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

Open GunnarLieb opened 4 years ago

GunnarLieb commented 4 years ago

Looks like the fork mentioned above is maintained

sahilshahane commented 4 years ago

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...

tonydehnke commented 3 years ago

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

jdesbonnet commented 3 years ago

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.

kanine commented 3 years ago

@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...

john-999 commented 2 years ago

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

chrisv2 commented 1 year ago

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