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

[muiThemeable] not passing ref down to Component #4550

Closed
ypling opened this issue Jun 22, 2016 · 1 comment
Closed

[muiThemeable] not passing ref down to Component #4550

ypling opened this issue Jun 22, 2016 · 1 comment
Labels
customization: theme Centered around the theming features

Comments

@ypling
Copy link

ypling commented Jun 22, 2016

Problem description

I was trying to build a customized TextField using muiThemeable. I can't use ref for muiThemeable wrapped component.

Steps to reproduce

  1. wrap component
 export default muiThemeable()(MyTextField);
  1. use component with ref
<MyTextField ref={node => this._myInput = node}/>

this._myInput is always null

Versions

  • Material-UI:15.0.0
  • React: 15.1.0
@mpontikes mpontikes mentioned this issue Aug 5, 2016
13 tasks
@aahan96
Copy link
Contributor

aahan96 commented Aug 17, 2016

@ypling Looks like more of a question than issue. Try this forum: https://gitter.im/callemall/material-ui

@aahan96 aahan96 closed this as completed Aug 17, 2016
@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 customization: theme Centered around the theming features 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
customization: theme Centered around the theming features
Projects
None yet
Development

No branches or pull requests

4 participants