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 supported3 Subscribers
Add a CodeTriage badge to react-places-autocomplete
Help out
- Issues
- 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"?
- Get result suggestions in countries only
- Bump merge from 1.2.0 to 1.2.1
- Bump hosted-git-info from 2.1.5 to 2.8.9
- Bump handlebars from 4.7.6 to 4.7.7
- Adding CSS property to active descendant
- shouldFetchSuggestions prop is not updated based on current user input value
- Bump sockjs from 0.3.18 to 0.3.21
- Bump y18n from 3.2.1 to 3.2.2
- Docs
- JavaScript not yet supported