Closed aamirki closed 3 years ago
@aamirki Hey, I'll take some time soon and check this
Hi after some more fiddling I realize this is actually the same issue as https://github.com/ErrorPro/react-google-autocomplete/issues/77. Setting a new key for the component after my bounds
prop changed fixes the issue and makes it work as expected.
Simplified version of what I did:
There don't seem to be any errors in the console or generally visible. The results that get suggested are definitely biased towards addresses within the bounds, but they do not filter out addresses outside of the bounds as
strictBounds
should. The bounds contain just the Boston area but I am getting autocomplete suggestions in Germany, for example.