typeahead.js
typeahead.js copied to clipboard
typeahead.js is a fast and fully-featured autocomplete library
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.
Looks like the fork mentioned above is maintained
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()])...