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

Google autocomplete gives us placeId, Latitude &Longitude on selecting the suggestion itself. But in this package we are manually making another call to geocode the address.

Needs Investigation

I'm making a stepper form which has a `` component as follow ``` import React, { Component } from 'react' import Location from './Location' export class Parent extends Component {...

I was testing this component with a screenreader and found a couple issues with the display of the autocomplete suggestions. When listening to the screenreader there is no way to...

Changes needed before merge

Hello! I'm using your component and I need to highlight matching parts of predictions and user's input string. As I know, in predictions set, returned by request, there is property...

Changes needed before merge

In an effort to clean up the repo I went through all issues of the last few months + any older issue that showed some importance, judging by the amount...

GitHub housekeeping

**Do you want to request a *feature* or report a *bug*?** Is there an example of how to mock this with cypress? I tried following this issue but haven't been...

## Suggestion Add a section to the README about how to test this component. ### Motivation I've come across countless issues and questions in the gitter about how to test...

help wanted
good first issue

**Problem** I found a UI issue when there is a relatively positioned element below the autocomplete input, the outcome is the autocomplete items will be hidden under that element. **Why...

Needs Investigation
Waiting for elaboration

First off - thank you so much for this project, it works like a charm and saved me a bunch of time. I have one suggestion: I'm using this auto-complete...

enhancement

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** `onChange` and `onSelect` (internally `handleSelect`) only return limited data: https://github.com/hibiken/react-places-autocomplete/blob/master/src/PlacesAutocomplete.js#L349 ``` const {...

Feature Request