react-places-autocomplete icon indicating copy to clipboard operation
react-places-autocomplete copied to clipboard

React component for Google Maps Places Autocomplete

Results 119 react-places-autocomplete issues
Sort by recently updated
recently updated
newest added
trafficstars

**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 ![image](https://user-images.githubusercontent.com/55802910/146550551-079aa2b0-d7ab-426a-8341-b7ced2b87502.png) showing me an error on shallow render get an error ![image](https://user-images.githubusercontent.com/55802910/146510156-5fb32a63-e929-43bb-b037-0d7b03d3b1ec.png)

**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...

help wanted

There is a key prop missing inside the PlacesAutocomplete component render method ![Capture](https://user-images.githubusercontent.com/20482304/96112879-9976d900-0ee3-11eb-964a-48320fa96d5c.PNG)

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"...