upcoming / upcoming-www

Upcoming.org Site
Apache License 2.0
168 stars 17 forks source link

Update typeahead.js to corejs-typeahead #12

Open waxpancake opened 8 years ago

waxpancake commented 8 years ago

It was abandoned by Twitter, so people are moving to this maintained fork. https://github.com/corejavascript/typeahead.js

lhl commented 8 years ago

Here are my typeahead lib notes from 2014:

Typeahead Searching https://blog.twitter.com/2013/twitter-typeaheadjs-you-autocomplete-me https://github.com/twitter/typeahead.js http://twitter.github.io/typeahead.js/

http://www.devbridge.com/sourcery/components/jquery-autocomplete/

Autocomplete http://harvesthq.github.com/chosen/ https://github.com/ivaynberg/select2

@Mentions http://sandglaz.github.io/bootstrap-tagautocomplete/ https://github.com/ichord/At.js http://yuku-t.com/jquery-textcomplete/

Token - for tags http://loopj.com/jquery-tokeninput/ https://github.com/loopj/jquery-tokeninput

https://github.com/aehlke/tag-it

http://textextjs.com

http://tagedit.webwork-albrecht.de

http://sproutsocial.github.io/inputosaurus-text/

http://timschlechter.github.io/bootstrap-tagsinput/examples/

https://github.com/mizzao/meteor-autocomplete

https://github.com/max-favilli/tagmanager

https://github.com/guille/TextboxList

http://webspirited.com/tagit/?page=tagit#demos http://textextjs.com/

4SQ Autocomplete http://www.josephguadagno.net/post/2012/03/19/Foursquare-Autocomplete-jQuery-Plugin

Form Libs

Local Storage Save http://simsalabim.github.com/sisyphus/

jQuery Form - upgrade to AJAX forms http://malsup.com/jquery/form/

waxpancake commented 8 years ago

Thanks, @lhl!

kevinmarks commented 8 years ago

see also https://leaverou.github.io/awesomplete/

waxpancake commented 7 years ago

Upgraded to core-typeahead, and it's fine, but wish that the selections wouldn't disappear while typing. Awesomplete and Chosen aren't designed for remote sources. Select2 is an option, but the UI's a little clunky.