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

TextField 0.15.2 / React 15.2.1 : More unknown props #4722

Closed
estaub opened this issue Jul 15, 2016 · 1 comment
Closed

TextField 0.15.2 / React 15.2.1 : More unknown props #4722

estaub opened this issue Jul 15, 2016 · 1 comment
Labels
component: text field This is the name of the generic UI component, not the React module! v0.x

Comments

@estaub
Copy link
Contributor

estaub commented Jul 15, 2016

Problem description

Apologies in advance if this is open elsewhere - I've looked and looked and don't see this TextField problem reported with these latest versions.

dll.vendor.js:27096 Warning: Unknown props `active`, `asyncValidating`, `dirty`, `invalid`, `pristine`, `valid`, `visited` on <input> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
    in input (created by TextField)
    in div (created by TextField)
    in TextField (created by ReduxFormMaterialUITextField)
    in ReduxFormMaterialUITextField (created by ConnectedField)
    in ConnectedField (created by Connect(ConnectedField))
    in Connect(ConnectedField) (created by Field)
    in Field (created by UserFormImpl)
    in form (created by UserFormImpl)
    in div (created by UserFormImpl)
    in UserFormImpl (created by Form(UserFormImpl))
    in Form(UserFormImpl) (created by Connect(Form(UserFormImpl)))
    in Connect(Form(UserFormImpl)) (created by ReduxForm)
    in ReduxForm (created by Connect(ReduxForm))
    in Connect(ReduxForm) (created by RouterContext)
    in div (created by TransitionChild)
    in TransitionChild (created by ReactTransitionGroup)

Steps to reproduce

Will provide if needed

Versions

  • Material-UI: 0.15.2
  • React: 15.2.1
  • Redux-Form-Material-UI: 3.0.0
@estaub estaub changed the title TextField 0.15.2 / 15.2.1 : More unknown props TextField 0.15.2 / React 15.2.1 : More unknown props Jul 15, 2016
@oliviertassinari
Copy link
Member

oliviertassinari commented Jul 15, 2016

Those properties are not injected by the <TextField />. It needs to be fixed an another level, may be the ReduxFormMaterialUITextField one.
The TextField isn't supposed to receive those properties in the first place.

@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 21, 2022
@zannager zannager added component: text field This is the name of the generic UI component, not the React module! v0.x and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: text field This is the name of the generic UI component, not the React module! v0.x
Projects
None yet
Development

No branches or pull requests

3 participants