Skip to content
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

Reduces dropdown flicker during a remote search. Fixes #176. #718

Closed
wants to merge 3 commits into from

Commits on Feb 24, 2014

  1. Reduces dropdown flicker during a remote search. Fixes twitter#176.

    The behaviour of Bloodhound has been changed such that the
     #get callback is only run if matches in the search index
     (i.e. local or prefetched) have been found, or if we're
     not making a network request.
    
    The behaviour of Typeahead has been changed such that the
    dropdown is only cleared by the query changing if the query
    becomes an empty string.
    mjstallard committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    8702694 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ffe91 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2014

  1. Correcting badly named test

    Oops. :)
    mjstallard committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    22a669a View commit details
    Browse the repository at this point in the history