-
-
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
[DatePicker] Click on floating label prevent from opening #2201
Comments
Duplicate of: #1011 |
See: #1011 (comment) |
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 |
I can't reproduce this issue on the master branch. Could you try? |
You're right, it seems to have been fixed in #3240. Lets close this. |
I am seeing this bug in 0.14.4. Setting z-index to 0 fixes it |
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. |
Hey guys, please check the release date of |
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.
The text was updated successfully, but these errors were encountered: