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

Dropdown does not repopulate without clicking away from the component. #1523

Closed
dackers86 opened this issue Mar 28, 2017 · 4 comments
Closed

Comments

@dackers86
Copy link

This is a duplicate of #1242. However, this was closed without an explanation as to how to solve the issue...?

@levithomason
Copy link
Member

levithomason commented Mar 28, 2017

In order for us to help, please use the issue template. There is not enough information here to reproduce the bug and find a solution. I will reopen on receiving the info needed to help.

@dackers86
Copy link
Author

Steps

  1. Type an address and populate data from google address api (temporary key provided in example).

Expected Result

It should update the dropdown list with the responses on render. For example type "71 esc".

Actual Result

It is intermittently not populating. Clicking off screen will update the list.

Version

0.67.1

Testcase

http://codepen.io/anon/pen/NpOmVP?editors=0011

@l-astro
Copy link

l-astro commented Jun 8, 2017

Has there been any update on this? I see the same issue in version 0.68.5. Thanks for a great framework guys :)

@levithomason
Copy link
Member

This is working correctly. The search 71 esc returns results which do not contain the string 71 esc. So the state is updated, the options are populated, but they are filtered by 71 esc which yields no visible options in the list. Clicking away clears the search, hence, showing the option.

Here you can now see the state and why the option is not shown.

https://codepen.io/anon/pen/XgeWEo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants