redux-form-material-ui icon indicating copy to clipboard operation
redux-form-material-ui copied to clipboard

Passing form error to select in @next branch

Open cannibal opened this issue 7 years ago • 1 comments

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.

cannibal avatar Jan 09 '18 16:01 cannibal

https://github.com/erikras/redux-form-material-ui/issues/208 seems related

thehig avatar Jan 11 '18 16:01 thehig