biggora / bootstrap-ajax-typeahead

Twitter Bootstrap Ajax Typeahead Plugin
http://plugins.upbootstrap.com/bootstrap-ajax-typeahead/
MIT License
172 stars 117 forks source link

Sorter method improved #40

Open wimski opened 8 years ago

wimski commented 8 years ago

I've edited the sorter method so it:

  1. works also with objects instead of just strings;
  2. does not get skipped when you do not explicitly set the ajax option to null.