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

suggestion is not closed when using tab. #242

Closed
stylenclass opened this issue May 16, 2013 · 0 comments
Closed

suggestion is not closed when using tab. #242

stylenclass opened this issue May 16, 2013 · 0 comments
Labels
Milestone

Comments

@stylenclass
Copy link
Contributor

Repro:

  1. Open http://twitter.github.io/typeahead.js/examples/ on Latest Chrome, OSX
  2. In Countries example, type "Ando" without quotes.
  3. Click on the correct suggestion which is "Andorra".
  4. Once the suggestion is hidden, delete the text input, by clearing the input (select or backspace till its cleared)
  5. Type "Ando" without quotes.
  6. Press Tab 3x.

Expected:

  1. Suggestion should disappear.

Actual:

  1. Suggestion stays visible.
stylenclass added a commit to stylenclass/typeahead.js that referenced this issue May 26, 2013
- I have added a false boolean on close function. Basically this boolean is responsible for closing the dropdown or not via closeUnlessMouseIsOverDropdown function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant