typeahead.js
typeahead.js copied to clipboard
typeahead.js is a fast and fully-featured autocomplete library
Defaults to SearchIndex otherwise. Could be a very simple fix for #96. (If this kind of change is desirable I'll be more than happy to supplement it with documentation updates.)
Related: https://github.com/twitter/typeahead.js/issues/821 Highlighting doesn't work correctly because typeahead doesn't know how query is tokenized. This adds a dataset-specific option that mirrors the Bloodhound queryTokenizer option to split the input query...
I've added a good WAI-ARIA support. See the issue #397. Please accept this pull request. Thanks.
I use typeahead in conjunction with tagsManager (http://welldonethings.com/tags/manager). I use on('typeahead:selected') to add a completed tag to the tag set. The desired result is that tagsManager should create a new...
- to allow custom matching (for instance multiple matches, etc)
As @iMoses points out in twitter/typeahead.js#1211, the `.js` suffice causes requirejs to consider the module name as an absolute path.
Fix #1241
I noticed a potential typo while looking at the source. I believe the name of the function should have been "identityPrepare" and not "idenityPrepare". Thanks.
At least _for me_, it wasn't clear how the old style of url with the pre-baked `%QUERY` string was to be updated to be compatible with newer versions. I had...