gerhat / material-ui-formik-components

Formik ready material ui components
MIT License
85 stars 13 forks source link

Fix rendering of Autocomplete Field #16

Closed zevnux closed 5 years ago

zevnux commented 5 years ago

Summary

Fixes #15 by adding height property to styles as done on the Material UI v4 documentation with react-select.

https://material-ui.com/components/autocomplete/#IntegrationReactSelect.js

GitHub reference https://github.com/mui-org/material-ui/blob/master/docs/src/pages/components/autocomplete/IntegrationReactSelect.js#L62

gerhat commented 5 years ago

@zevnux thanks a lot!