-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[AutoComplete/Popover] Issues with event bubbling, and openOnFocus doesn't work #3658
Comments
Also: clicking an item from the list doesn't populate the field. I went back and tested 0.14.4. Clicking an item populates the field, however, |
@oliviertassinari I've pulled down the latest master branch, and |
@ffxsam Could you be more specific? I have noticed an issue where the Popover doesn't close is this the same issue? |
What kinds of details would help? Here's the actual code:
And clicking in the AutoComplete does not pop up the menu. |
I encountered a bug here too: #3854 I also linked the commit that I think caused it -- I rolled back to the commit prior to it and it seemed to work fine. |
Problem Description
https://github.com/ffxsam/autocomplete-bug
There are multiple issues:
openOnFocus
does not work (clicking in the field has no effect)Repo install instructions: (or just copy into a webpack boilerplate)
npm install
curl https://install.meteor.com/ | sh
).meteor
Versions
The text was updated successfully, but these errors were encountered: