ErrorPro / react-google-autocomplete

React components for google places API.
MIT License
473 stars 114 forks source link

Debounce example not using passed options #179

Closed mrbme closed 2 years ago

mrbme commented 2 years ago

When using this example https://github.com/ErrorPro/react-google-autocomplete/blob/master/docs/debounce.js, any passed options aren't being accepted. I'm trying to pass in restrictions for US only and the response doesn't change. Also, the geocode latitude and longitude are not in the response either.