-
-
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
select-field incorrectly displays floatingLabelText #1427
Comments
For what it's worth, I've got the same problem. Edit: Doh, I lied. Now that I restarted Meteor, I only have the overlapping issue when the field is initially shown. When I choose any items and focus out of the field, the label stays in right position. |
@cbioley, in my case after focus is lost, the label goes back to the wrong position. |
I "fixed" it in my case by adding |
The same for me, @martinhoefling's fix works 👍 |
I was running into this until I set the value of the selected element explicitly through the |
+1 I am seeing this issue, and setting a |
I've ran into this issue and it is only happening when
This works correctly, but isn't very useful:
This doesn't work.
This does works correctly:
So this could just be a documentation issue. Make sure when |
@bendiy Thanks for writing that up. I agree with your observations. I'm actually in the middle of refactoring some of the The |
@newoga @martinhoefling There seems to be no new movement regarding this issue. Can we close this issue? |
@martinhoefling Closing this issue. I think work is still going on #2416 |
This can also be 'solved' by setting floatingLabelFixed to true |
Rendering sth. like:
client menu items is an array of objects with text and payload.
The floatingLabelText is only correctly placed when another item is selected and the select is focused. As soon as I focus another element. The floatingLabelText is fullsizeGray overlapping with the selected element in black / same fontsize.
material-ui version: 0.10.4
The text was updated successfully, but these errors were encountered: