-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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] Floating label is not clickable #2115
Comments
+1 |
+1 |
Yeap, we should improve this! |
+1 |
Duplicate of: #1011 |
+1, only happens first time you try to click. after clicking besides the label and losing focus again it works correctly |
#2228 is supposed to fix this. Can you confirm? |
I am still having issues with this. |
It works for me, only on TextField ! |
It's working for |
Now that we now have #2517 for the I'd like to close this or clarify what the remaining problems are. Thanks! |
@flyon @CoveTechnologyAus How did you fix that? I am on version 0.14.4 and I'm having this problem. |
Current pre-release version is 0.15.0-alpha.1 |
@mbrookes I know, but I'm building something that will be use in production and I don't want to rely on a pre-release version. Since it was closed on November 17th (around 3 1/2 months ago) and that there's mention of this working in 0.14.0-rc1, I just thought that this was fix in the 0.14.4, if not I'll just wait for the official release of 0.15.0 to be available. |
that's weird, I have upgrade to the next version "0.15.0-beta.2", but the issue still exist, is there any solution for this? plz advise. thx. |
sorry, new version did work, it fixed the issue. |
it is not fixed for SelectField, I tested with the v0.15.0 example on the official site http://www.material-ui.com/#/components/select-field. |
Steps to reproduce:
Actual: Clicking on the floating label the first time does not focus the field
Expected: Clicking on the floating label for the first time should focus the field input
The text was updated successfully, but these errors were encountered: