google_maps_place_picker icon indicating copy to clipboard operation
google_maps_place_picker copied to clipboard

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

Open TharaniP opened this issue 4 years ago • 1 comments

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.

TharaniP avatar Aug 05 '20 07:08 TharaniP

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

So should be access searchBarController.clearOverlay();

t-kietzmann avatar Mar 10 '21 11:03 t-kietzmann