Open 4d4ch4u32 opened 6 years ago
Hi there,
I'm experiencing the same issue but instead of "Mader", typeahead.js is not returning anything when I use the word "info" despite there being 74 results.
Hello,
I had same problem. For me using another fork worked; https://github.com/mattywong/typeahead.js
Hi, I have an typeahead autosuggest created, with bloodhound.
Bloodhound-Code:
Typeahead initialization code:
However, when I type "Made" in the input, entries are loaded that contain this string. If I enter "Mader", the Ajax request is executed, which returns results that are correct, but the autosuggest displays "No entries found". How can I fix this?