-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render all async results when there were no sync results #1212
base: master
Are you sure you want to change the base?
Conversation
This ensures that all async results are rendered.
+1. This closes the issue #1232 |
This. Should be merged because #1200 doesn't work, at least for me. Spent hours of work trying to figure out what was wrong. |
+1 this patch worked for me |
+1 |
+1 |
+1 |
+1 For me, both PRs work, maybe because my update is called only once.. |
+1 Please merge ASAP!! |
Please merge |
I am simply using @per-nilsson 's Fork as my project's dependency, until this is merged and resolved. Without it, I cannot use Tyepahead.js at all. |
Please merge asap +1 |
Why isn't this merged yet? O_o |
You sir are my new favourite person of the month |
👍 merge please :) |
This merge contains fixes for some devastating bugs, why hasn't this been merged and released yet? |
👍 Just migrated from 0.10.5 and this bug had me very confused. Please merge. |
Yes, It's sad they don't maintain this properly. |
👍 |
please, merge it! |
As I see anyone who wants to use remote source for dataset in this library comes to this issue :) |
Wow... this has been an issue for well over a year. I'm using the latest and greatest and we just figured this out. We had no clue why our remote results weren't working!!??! This claims to be a maintained version of typeahead.js https://github.com/corejavascript/typeahead.js Hope this helps! |
|
@mdahamiwal, as you can see in the previous comments, twitter abandoned this repo 1 year ago. The fix is already merged in the community maintained https://github.com/corejavascript/typeahead.js |
+1 |
for rails users add this to your gemfile. Version is 1.0.1 (latest as of this post)
|
The project is abandoned, but the PR worked like a charm. |
Per Nilsson seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
lol I signed the agreement. I think you can merge this now ⌛️🚀 |
+1 Insane that a PR from over 7 years ago that solves a silent issue is still not merged |
Judging from comment history, this repo is abandoned and replaced by https://github.com/corejavascript/typeahead.js. Hopefully this issue is fixed in that fork! |
Update rendered-count after async results have displayed. This ensures that all async results are rendered.