react-native-google-places-autocomplete
react-native-google-places-autocomplete copied to clipboard
No loader is shown until the request completes
Right now an empty list is returned as soon as you start typing and then the full list of results is produced when the request is completed.
This was apparently implemented in the past but it has since been reverted. As far as I can tell, there is no way we can customize it to show an ActivityIndicator while the request completes. The result is that it's quite jarring for the user, while they have no visual indication that anything is happening.
Hey.
I just spent some time digging into this. I don't have an any list displayed when there are no results.
I agree that there can be a better way to indicate that something is loading.
Feel free to put in a PR.
relates to #711
@bell-steven @bill-pairaktaridis Just created a PR that handles this #720
hello any update here..??