react-places-autocomplete
react-places-autocomplete copied to clipboard
React component for Google Maps Places Autocomplete
**Do you want to request a *feature* or report a *bug*?** **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce and...
**Do you want to request a *feature* or report a *bug*?** **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce and...
**Do you want to request a *feature* or report a *bug*?** *bug* **What is the current behavior?** now given this 845 Wild Rose Dr. Menomonee Falls, WI 53051 address .its...
When i use with phone browser, can't even select with clicking. In Computer browser only work with tab. `import React, { useState } from 'react'; import PlacesAutocomplete, { geocodeByAddress, getLatLng,...
Has anybody been able to add a suggestion? Or better yet, I would like to implement "Current Location" as one of the suggestions when the search bar is clicked on,...
i tried to mock in jest  showing me an error on shallow render get an error 
**Report a *bug* ** Why does react-places-autocomplete gives same coordinates for Columbus, OH, USA and Columbus, IN, USA? (Latitude: 39.9611755 Longitude: -82.99879419999999 for both places)
I'm having multiple issues here: - Restrcting bound as the #143 issue decribes, there's no solution implemented for this. - The last commit is about 2 years ago which is...
There is a key prop missing inside the PlacesAutocomplete component render method 
This line: location: new google.maps.LatLng(-34, 151), how to get google object? I tried searchOptions={{location: new google.maps.LatLng(-34, 151)}} but is giving error. Im trying to restrict by country componentRestrictions={{ country: "br"...