Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems in combination with REDUX-FORM #1158

Open
Shaka-60hp opened this issue Nov 9, 2020 · 2 comments
Open

Problems in combination with REDUX-FORM #1158

Shaka-60hp opened this issue Nov 9, 2020 · 2 comments

Comments

@Shaka-60hp
Copy link

Description

Using REDUX-FORM props for Textinput componente are not correctlly passed or taken

Steps to Reproduce

  1. Insert Field from REDUX-FORM with property name="whatever"
  2. add component property to Field as TextInput (component={TextInput})
  3. 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

@alextrastero
Copy link
Member

Hi @Shaka-60hp can you paste some code for us to try?

@alextrastero
Copy link
Member

As far as I can see, TextInput will receive props like name and it will pass it to the actual input

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants