Redux-form-material-ui: Console Warning: Unknown prop `validate` on <input> tag. Remove this prop from the element.

Created on 20 Dec 2016  路  5Comments  路  Source: erikras/redux-form-material-ui

I get the following in console when I add 'validate' property to a field.

Warning: Unknown prop validate on tag. Remove this prop from the element.

What is the proper way of using this property?

Most helpful comment

Published fix in redux-form v6.4.3.

All 5 comments

I get the same error, even the example has the same error.
https://github.com/erikras/redux-form/issues/1249 mentions the problem. But I also don't understand how to implement it properly. Please help us Erik.

This was a bug. It will be fixed in the next RF release. https://github.com/erikras/redux-form/pull/2361

Thank you very much Erik!

waitWait) Thank you, Erik!

Published fix in redux-form v6.4.3.

Was this page helpful?
0 / 5 - 0 ratings