erikras / redux-form-material-ui

A set of wrapper components to facilitate using Material UI with Redux Form
http://erikras.github.io/redux-form-material-ui/
MIT License
831 stars 228 forks source link

#267 Reserve vertical space by displaying a space errorText #268

Open Philipp91 opened 6 years ago

Philipp91 commented 6 years ago

The workaround is recommended here: https://github.com/mui-org/material-ui/issues/7747#issuecomment-322028884

Philipp91 commented 6 years ago

Side question: Is it on purpose that the ordering of ...input and ...props is different for the error and non-error cases? https://github.com/erikras/redux-form-material-ui/blob/master/src/mapError.js#L11-L15

Philipp91 commented 6 years ago

I'm happy to fix the unit tests if you want this change.