You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Thanks for all the great work on this project to date. Loving the Angular approach :)
I'm using Typeahead with a remote datasource, retrieving suggestions from a remote service while searches 100,000 items.
I have everything working pretty well, but on every keypress the suggestion list disappears, before reappearing with the results from the remote service.
My previous experience has been with JQuery UI autocomplete, which keeps the suggestion list visible and in-place, while the items in the list are replaced with the new suggestions coming from the server - resulting in no flicker and a better experience IMHO.