redux-form-material-ui
redux-form-material-ui copied to clipboard
Passing form error to select in @next branch
index.js:2177 Warning: React does not recognize the helperText prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase helpertext instead. If you accidentally passed it from a parent component, remove it from the DOM element.
This is occurring when there is a validation error on a select field. The field appears red, but no error text.
Thanks so much for this library - its been handy.
It would be really great if someone could add an autocomplete example with material 1.0.
https://github.com/erikras/redux-form-material-ui/issues/208 seems related