Typeahead always shows only 5 suggestions maximum
In Typeahead version 0.11.1: Specify “limit” during the instantiation of the typeahead object to set the number of suggestions to display e.g. // Instantiate the Typeahead UI $(‘.typeahead’).typeahead(null, { limit: 10, // This controls the number of suggestions displayed displayKey: ‘value’, source: movies }); See a working example here: http://jsfiddle.net/Fresh/ps4w42t4/ In Typeahead version 0.10.4. The … Read more