react-places-autocomplete
https://github.com/hibiken/react-places-autocomplete
JavaScript
React component for Google Maps Places Autocomplete
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported2 Subscribers
Add a CodeTriage badge to react-places-autocomplete
Help out
- Issues
- Not able to select suggestions by clicking (only tab works) react-places-autocomplete
- Error from Google Maps API
- How can I fetch each value and put it into the rest of the inputs I have. They are all using things such as const [address, setAddress] = useState(shippingAddress.address); const [city, setCity] = useState(shippingAddress.city); const [state, setState] = useState(shippingAddress.state) const [postalCode, setPostalCode] = useState(shippingAddress.postalCode); const [country, setCountry] = useState(shippingAddress.country);
- How can i restrict places search to a specific country like "US"?
- shouldFetchSuggestions prop is not updated based on current user input value
- It is not selecting a place on click while it works perfectly from keyboard
- When start writing in the input just appear "loading" instead of the places drowpdown
- Live demo is broken
- Automated vs manual release? Protecting master/release branch?
- Is this still maintained?
- Docs
- JavaScript not yet supported