Giners / mui-places-autocomplete

Google Material Design (Material-UI) styled React component using Google Maps Places Autocomplete
MIT License
34 stars 26 forks source link

Bug: Suggestions container has height set #13

Closed Giners closed 6 years ago

Giners commented 6 years ago

The suggestions container has the height set to 200 pixels. This is causing the <MUIPlacesAutocomplete> component to take up unnecessary space when the suggestions container isn't being rendered as seen by this picture:

image

This ought to be fixed so that it no longer takes up unnecessary space when the suggestions container isn't being rendered.