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

Mark as archived or deprecated #1816

Open skillsnate opened 8 months ago

skillsnate commented 8 months ago

When looking for a valid ajax supported select solution, this one looks good, until you see the demo is broken and the travis builds are failing, and the last closed issue was in 2021. Can we have someone mark this as Archived or Deprecated please?

petermorlion commented 1 month ago

Agreed. In the meantime, what alternatives have you been using? I'm looking to update an old application to Bootstrap 5 and still need an autocomplete/typeahead input.

gumbarros commented 1 month ago

Agreed. In the meantime, what alternatives have you been using? I'm looking to update an old application to Bootstrap 5 and still need an autocomplete/typeahead input.

@petermorlion If you find another alternative please let me know. I'm also needing autocomplete at BS5. I'm still using typeahead but this fork: https://github.com/corejavascript/typeahead.js

petermorlion commented 1 month ago

For now, I've added the typeahead javascript file from here but already had to modify it a bit.

petermorlion commented 1 month ago

Update: I've switched to this library with success: https://github.com/lekoala/bootstrap5-autocomplete