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

the possibility to skip highlighting some part of the suggestion, it is specially usefull when using material icons, where the icons would be highlighted and the icon would be gone...

**Describe the bug** A clear and concise description of what the bug is. My dataset has items with new line for example "line1\nline2" both suggestion and selection remove "\n" **To...

Update rendered-count _after_ async results have displayed. This ensures that all async results are rendered.

**Describe the bug** Search is returning a 404 due to proxy heroku site https://typeahead-js-twitter-api-proxy.herokuapp.com/demo/search?q= currently down **To Reproduce** Steps to reproduce the behavior: 1. Search for any account 2. See...

Search trough array of objects does not work. Configuration used here: https://github.com/twitter/typeahead.js/blob/master/doc/bloodhound.md Instead of `engine.get()` used method is `search` -> no results whatever query is.

I'm using typeahead 0.11.1 on a website and making a remote call to the public API for search. I noticed that typeahead works fine when there are more than limit...

If set limit a 5 and remote result return a 5 items then nothing show.

Hello, is it possible to get the name of the data set when using multiple data sets? I want to do something different on select based on which data is...

I am searching string but not showing string with parenthesis. I used remote properties. var setting_info = new Bloodhound({ datumTokenizer: Bloodhound.tokenizers.obj.whitespace('search_name'), queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { ttl: 1, url: "{{ route('setting_info',[app()->getLocale()])...