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

typeahead.js is a fast and fully-featured autocomplete library

Results 104 typeahead.js issues
Sort by recently updated
recently updated
newest added

`.typeahead('val', 'newvalue')` works. But trying to retrieve the current value with `.typeahead('val')` just always returns undefined. Even if I've just set a value manually with `.typeahead`

I'm using Typeahead (without bloodhound) and trying to switch between two datasets dynamically. Simply re-initializing Typeahead, *does* work - but without destroying the older instance. How can I do that?

I'm trying to trigger a custom event like: typeahead:select but nothing happens. my code is listing the info I want but then when i select nothing happens. What am I...

Hi, my json source is in the form ``` [{ "name": "Como", "code": "CODE1" }, { "name": "Cagliari", "code": "CODE2" }] ``` and the typeahead init is (obiouvsly the source...

If suggestions.length drop to that.limit - no suggestions are showed. Clearly unintentionally wrong - but I'm not sure what rendered does so my 'hack' is a comment on the increment...

When having 0 rendered suggestions, a limit of 5 and a suggestions array with length of 5, nothing will be rendered. This is due to the fact that the "rendered"...