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

Hello everyone! I have 2 inputs with `react-places-autocomplete`. First I get only cities then I have placeId and city description (values.city.id and values.city.description). I can't understand how I can get...

**Summary** This adds both `mainTextMatchedSubstrings` and `secondaryTextMatchedSubstrings` to the component state per the request in issue #84

Changes needed before merge

We were having issue in mobile devices, The auto suggestions auto hides when user toggles the keyboard in landscape mode. It causes confusion to the user when the suggestions are...

**Summary** Added declare of callback before api load in README, for when PlacesAutocomplete is not mounted on first load/land page, because it might cause a load error from google, and...

**Summary** Currently, on the mouseover event, each suggestion updates its id to be the active suggestion's id. Each suggestion should have a unique id (this is a best practice and...

…element of PlacesAutocomplete. User can pass onBlur as props to PlacesAutocomplete instance and modify what happens when the searchbox is out of focus. For example, I needed to capture the...

*Before* submitting a pull request, please make sure the following is done... 1. Fork the repo and create your branch from `master`. 2. If you've added code that should be...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.1 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

**Summary** I was having issues where users were copy and pasting addresses that contained "subpremise elements" in them (e.g. apartment number or unit number) which was causing the autocomplete to...

Is there an automated (build and) release setup or do you usually release manually? I noticed the link to a Travis CI configuration in the README but it seems to...

Waiting for elaboration
exploring options