-
-
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
[SelectField] [TimePicker] [DatePicker] no focusing #4246
Comments
@tintin1343 I dont think these issues are related |
@SPAHI4 : Alright, I noticed the Also, a side note : It is always helpful when you post screen grabs to explain the issue. |
@tintin1343 same issue. Picker dialog does not opens when i click on floating label |
This issue happens when you have a Date or Time Picker with a floating label like such:
|
I'm having the same problem. The Removing the This is with material-ui 0.15.0 using formsy-material-ui Recording that shows that clicks on |
Note that the TimePicker demo does not suffer from this problem, but also uses a |
@jampy it uses hintText property instead of floatingLabelText |
Make sure you're injecting |
Dupe, and already fixed in #4418. |
I understand you don't have a fixed release schedule, but can you gie me a rough timeframe for when 0.15.1 will be released? If it'll be released relatively soon (within a month or so), I'm willing to directly depend on a github commit somewhere after this change went in, and then go back to the stable version as a dependency when the version is released. If it'll take longer, I'd look for an intermediate solution. |
More likely within a day or so. 😄 #4506 |
Problem description
All of these components are not focused by clicking on the floating label
Steps to reproduce
click on floating label on empty field
Versions
The text was updated successfully, but these errors were encountered: