-
Notifications
You must be signed in to change notification settings - Fork 127
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
Predictions don't close #13
Comments
same happen here, did you find a solution for this? |
I resolved this by making sure the text that is on the TextFormField should not be any of the suggested locations
to
This will solve this problem |
The thing is overlay is not removed if latlong fetch is not enabled, so here change is needed:
|
When selecting a prediction, the prediction text is put into the text field. This might trigger a text change and therefore another prediction search with just 1 result matching the result from the first search.
The text was updated successfully, but these errors were encountered: