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

[DatePicker] Click on floating label prevent from opening #2201

Closed
otroboe opened this issue Nov 17, 2015 · 8 comments
Closed

[DatePicker] Click on floating label prevent from opening #2201

otroboe opened this issue Nov 17, 2015 · 8 comments
Labels
bug 🐛 Something doesn't work

Comments

@otroboe
Copy link

otroboe commented Nov 17, 2015

Hey guys !

Since 0.13.3 version, my floating label for my DatePicker prevents me from opening it.
I looked quickly and I think its the value z-index: 1.
When I override with labelStyle z-index: 0, it's working.

Maybe it's for an other option or feature, I dont know :)

Thank you.

@bendiy
Copy link

bendiy commented Nov 18, 2015

Duplicate of: #1011

@bendiy
Copy link

bendiy commented Nov 18, 2015

See: #1011 (comment)

@otroboe
Copy link
Author

otroboe commented Nov 26, 2015

Last 0.13.4 version does not fix the problem, and same for SelectField.
:(

It would be nice to have the same fix done for TextField
#2228

@oliviertassinari
Copy link
Member

I can't reproduce this issue on the master branch. Could you try?

@mbrookes
Copy link
Member

You're right, it seems to have been fixed in #3240. Lets close this.

@Taakn
Copy link

Taakn commented Apr 6, 2016

I am seeing this bug in 0.14.4. Setting z-index to 0 fixes it

@puradox
Copy link

puradox commented Apr 6, 2016

I am also seeing this bug in version 0.14.4. Just as @Taakn mentioned, setting the floatingLabelStyle will fix this.

<DatePicker
  ...
  floatingLabelStyle={{zIndex:0}}
/>

Maybe this should be the default? I can start a PR for it, if no one disagrees.

@nathanmarks
Copy link
Member

Hey guys, please check the release date of 0.14.4

@mui mui locked and limited conversation to collaborators Apr 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug 🐛 Something doesn't work
Projects
None yet
Development

No branches or pull requests

8 participants