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

Google Material Design (Material-UI) styled React component using Google Maps Places Autocomplete

Results 15 mui-places-autocomplete issues
Sort by recently updated
recently updated
newest added

Hi! I am using mui-places-autocomplete, in a suggestion how i get address , postcode, city and country?

``` ./node_modules/mui-places-autocomplete/dist/index.js Module not found: Can't resolve 'fbjs/lib/emptyFunction' ``` Something missing ?

Hello I have this issue when I install a project that use @material-ui/core@"4.9.14 for the front end. I want to use mui-places-autocomplete on my project and I have this issue:...

I have tried to search in places with suburb name, but postcode is not coming along with suburb and city in options.

I don't know what I am doing wrong but the demo code wont even start.

I'm working with this component right now, and I don't know if I'm missing something obvious, but the background for the suggestions is transparent. I've tried rendering divs, and boxes...

I have a project in which I'm not importing `fbjs` today. Indeed, in the latest prop-types, they don't use it either - see https://github.com/facebook/prop-types/blob/953ed9beb0f15498cd7e6e25c90f7cadd5f2149a/CHANGELOG.md#1562 https://github.com/facebook/prop-types/pull/194 for some background information. However,...

The dropdown the displays suggestions ought to render the Google logo. It currently doesn't. When doing some visual debugging with Google Chrome developer tools it appears that the `` element...

bug

i want to remove underline from MUIPlacesAutocomplete . using prop disableUnderline: true, but its not working. can you please tell me the solution?