-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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] allow use react element in TextField hintText #1202
Labels
component: text field
This is the name of the generic UI component, not the React module!
Comments
+1 Happy that it works, but would like it without warning! |
hai-cea
changed the title
feature request: allow use react element in TextField hintText
[TextField] feature request: allow use react element in TextField hintText
Jul 31, 2015
hai-cea
changed the title
[TextField] feature request: allow use react element in TextField hintText
[TextField] allow use react element in TextField hintText
Jul 31, 2015
rrpff
added a commit
to rrpff/material-ui
that referenced
this issue
Aug 15, 2015
It allows the hintText proptype to be either a string or an element. Enhancement requested by mui#1202
Fixed with #1424 |
rrpff
added a commit
to rrpff/material-ui
that referenced
this issue
Aug 17, 2015
It allows the hintText proptype to be either a string or an element. Enhancement requested by mui#1202
What way should it be implemented? Cause if I do it as in the example the warning stays and if I do it without the brackets it gives an compiler error |
This was referenced Apr 13, 2021
This was referenced Apr 26, 2021
oliviertassinari
added
the
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
label
Dec 25, 2022
zannager
added
component: text field
This is the name of the generic UI component, not the React module!
and removed
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
labels
Jan 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We would like to use
to put a material-icon into the hintText
I found that is working now. But with warning
Please allow pass in react element. Thx
The text was updated successfully, but these errors were encountered: