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*?** Bug **What is the current behavior?** Autocomplete form only displays loading for a short period of time then disappears....

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

I am trying to set the `types` in the options parameters to limit the search to just cities. const options = { location: new google.maps.LatLng(85, -180), radius: 5000, types: ['cities']...

Using version 7.3.0, when trying to set 'strictBounds' while using Typescript results in the following error: "'strictBounds' does not exist in type " Example usage: ``` ``` According to the...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Hello, I'm trying to hide the browser autocomplete box from saved addresses when clicked on the box. I noticed in your code you have the line "autocomplete: 'off'". From my...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 4.3.5 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...

dependencies

``` {({ getInputProps, suggestions, getSuggestionItemProps, loading }) => ( ``` As above children, I want to translate place holder based on current language. I am using const { t: translate...

I think the line in the README should be changed from ``` const renderFunc = ({ getInputProps, getSuggestionItemProps, suggestions }) => ( ``` to ``` const renderFunc = ({ getInputProps,...