We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(originally filed as twitter/typeahead.js#1232)
The fix for this is to swap two lines here: rendered += idx; should be after that._append
rendered += idx;
that._append
Thanks!
The text was updated successfully, but these errors were encountered:
I believe this was reported in this fork in #43 and fixed in #52 . Are you sure you're using the latest version?
Sorry, something went wrong.
Yep, it started working, thanks!
No branches or pull requests
(originally filed as twitter/typeahead.js#1232)
The fix for this is to swap two lines here:
rendered += idx;
should be afterthat._append
Thanks!
The text was updated successfully, but these errors were encountered: