react-places-autocomplete
react-places-autocomplete copied to clipboard
React component for Google Maps Places Autocomplete
``` import React from "react"; import PlacesAutocomplete from "react-places-autocomplete"; import Input from "@material-ui/core/Input"; import FormHelperText from "@material-ui/core/FormHelperText"; import ListItem from "@material-ui/core/ListItem"; import Typography from "@material-ui/core/Typography"; import InputLabel from "@material-ui/core/InputLabel"; import...
I am using google-maps-react in my project. The code to display map is as follows. render() { return ( {this.props.position && } {this.state.selectedPlace.name} ); } The credentials are defined as...
In my component I get the following error when attempting to use getInputProps, ``` Module build failed (from ./node_modules/next/dist/build/webpack/loaders/next-babel-loader.js): TypeError: Cannot read property '0' of null ``` I'm using Next.js....
**Do you want to request a *feature* or report a *bug*?** Yes **What is the current behavior?** If I type using laptop's keyboard will receive the suggestions but if I...
I want to convert Input to Text Area. Please hep me.

This could be a bug or end up being a feature request. When I search in the search bar by Lat / Lng instead of returning the exact Lat/Lng I...
BUG Component doesn't work properly when google services returns answer without ID field. We checked all places where we've been using this component. It always fails, when the google answer...
This is more of a suggestion to add a props `keyPress` that could be passed to InputProps.
https://codesandbox.io/s/mjrqno9m59 here is my problem recreated in codesandbox!