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

Mark as archived or deprecated

Open skillsnate opened this issue 1 year ago • 4 comments
trafficstars

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?

skillsnate avatar Jan 17 '24 00:01 skillsnate

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 avatar Aug 30 '24 13:08 petermorlion

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

gumbarros avatar Aug 30 '24 13:08 gumbarros

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

petermorlion avatar Aug 30 '24 14:08 petermorlion

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

petermorlion avatar Sep 03 '24 14:09 petermorlion