Yooo guys! with use-places-autocomplete you can build your own places autocomplete UI like the following demo in 10 minutes, no kidding 😉
⚡️ Try...
For further actions, you may consider blocking this person and/or reporting abuse
I am trying to write tests (with Jest and Enzyme) for the demo, but the data array is always empty (and status is not "OK")... Any ideas on how to solve the problem or where to find tests of the demo ?
You can mock the Google Map API like this: github.com/wellyshen/use-places-au...
These are test for the package that I am using ('use-places-autocomplete'), but I want to test my own implementation (which I used this package for)
You can use jest mock functions to mock this library and let it responses the status and data that you want.
If you still don't know how to do it, feel free to leave an issue on the repo.
hi, thanks for this amazing hook
I have a question, How can i integrate this hook with useScript -usehooks.com/useScript/
to load google map script asyncly?
I get below error
'> 💡use-places-autocomplete: Google Maps Places API library must be loaded. See: github.com/wellyshen/use-places-au...';
I am getting the same error, has anyone found a solution for this?
Hi Welly, this is really nicely designed! One concern though, you're using a script tag to bring in the google maps api, but that exposes the API key to the user. Any ideas on how to keep the key safe?
Google has provided many way to limit the usage of the API key. You can configure it via Google Cloud Console (console.cloud.google.com)
Sometimes the "ready" is false, so the input is disabled. How to solve this problem?
Can you give me an open issue with a minimal reproduced repo, thank you.
Hi Welly , its really nice but while using the package I can't limit to one particular country is there any possible way ?
Hey Welly that's cool! But do you know if I can use it with Gatsby(a react based language)?
Your demo isn't working
Fixed