fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
222 stars 357 forks source link

Place suggestions list is not get disappeared when user taps "Select here" button. #57

Open TharaniP opened 3 years ago

TharaniP commented 3 years ago

Describe the bug I could not hide the place suggestions list when user taps on "Select here" button.

To Reproduce Steps to reproduce the behavior:

  1. Search for some place
  2. Place suggestion will get appeared
  3. Click on "Done" button in keyboard
  4. Click on "Select here" button and you can notice place suggestions list overlay not get disappeared. Even if i navigate to other screen also overlay is keep on appearing.

Expected behavior When user taps on "Select here" button then place suggestions list overlay should get disappeared.

t-kietzmann commented 3 years ago

Got same issue today, is there a way to close the suggestions on the tap event?

So should be access searchBarController.clearOverlay();