react-native-google-places-autocomplete icon indicating copy to clipboard operation
react-native-google-places-autocomplete copied to clipboard

Close list when clicking outside, and multiple countries

Open ScopeSV opened this issue 1 year ago • 0 comments

Describe the problem

I am implementing this library, and I cant figure out a good way to close the result list when the user clicks outside the list. It is closed if they select another text input or if they select an item. Is there a way to close the list when clicking outside? Or do I have to handle this myself?

Is there a way to select among a range of countries, or is it restricted to either one or all?

Reproduction - (required - issue will be closed without this)

standard example

Additional context

  • Library Version: [e.g. 2.5.1]

  • React Native Version: [e.g. 0.72.3]

  • [x] iOS

  • [ ] Android

  • [ ] Web

If you are using expo please indicate here:

  • [x] I am using expo

Add any other context about the problem here, screenshots etc

ScopeSV avatar Jan 29 '24 15:01 ScopeSV