Top "Typeahead" questions

Typeahead is a feature of computers and software (and some typewriters) that enables users to continue typing regardless of program or computer operation—the user may type in whatever speed he or she desires, and if the receiving software is busy at the time it will be called to handle this later.

Bootstrap Typeahead updater not working

I try this: $('input[name=recerv_country]').typeahead({ remote : { url: '?country=%QUERY', filter: function(data) { var resultList = data.…

jquery-autocomplete twitter-bootstrap-3 typeahead
AngularJS + UI Bootstrap Typeahead: preload value from object into input field

I am trying to use AngularJS + UI Bootstrap Typeahead to fill in input field with name attribute of an object …

angularjs typeahead angular-ui-bootstrap
Why does bloodhound.get() return undefined?

I'm trying to use the code below with typeahead.js v 0.10 // instantiate the bloodhound suggestion engine var numbers = new Bloodhound({ …

jquery typeahead typeahead.js bloodhound
typeahead.js prefetch problems

I'm using a typeahead.js on a Google App Engine project and having problems using prefetch. The typeahead works fine …

jquery typeahead prefetch typeahead.js
Is there a way to close the dropdown menu for typeahead.js?

I'm using typeahead.js for a typeahead. I basically want to do the reverse of this: Programmatically triggering typeahead.js …

javascript jquery typeahead typeahead.js
Bootstrap Typeahead - don't autoselect first item?

I'm using this fork of the Twitter Bootstrap typeahead library, which allows asynchronous data sources as well as onselect events. …

javascript coffeescript twitter-bootstrap typeahead
Bootstrap typeahead: show different text in box once selected

I am using bootstrap typeahead to search like this: $('.lookup').typeahead({ source: function (query, process) { return $.getJSON( 'json_autocomplete.…

jquery twitter-bootstrap typeahead.js typeahead bootstrap-typeahead
AngularUI-Bootstrap Typeahead: Grouping results

I am implementing typeahead using AngularUI-Bootstrap. I need to show the results grouped based on some values coming from the …

javascript angularjs twitter-bootstrap typeahead
ng-bootstrap typeahead TypeError: Object(...) is not a function

I would like to use the angular bootstrap typeahead linkToTypeahead in an angular5 app. But I keep getting the following …

angular typescript typeahead ng-bootstrap typeerror
Bootstrap typeahead data-source attribute

I´m just trying to do a simple Bootstrap typeahead plugin example in an HTML5 project. I´m trying to …

html twitter-bootstrap datasource typeahead