react-materialize
react-materialize copied to clipboard
Problems in combination with REDUX-FORM
Description
Using REDUX-FORM props for Textinput componente are not correctlly passed or taken
Steps to Reproduce
- Insert Field from REDUX-FORM with property name="whatever"
- add component property to Field as TextInput (component={TextInput})
- Inspect the rendered result
Expected behavior: [What you expect to happen]
pass name to the text input
Actual behavior: [What actually happens]
no name on the final rendered input
Versions
react-materialize: 3.9.3 materialize-css: 1.0.0-rc2 react: 16.14.0
Hi @Shaka-60hp can you paste some code for us to try?
As far as I can see, TextInput will receive props like name and it will pass it to the actual input