-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[DateRangePicker] Does not open on trigger click #24937
Comments
I would assume this is a regression from: #24653 |
@eps1lon Tagging you in here because you probably have context. |
Related to #24874 |
I have run into the same issue with the DatePicker and TimePicker components. Upgrading lab and core to alpha 25 causes the issue, reverting lab and core to alpha 24 fixes the issue. Only other installed M-UI packages are icons alpha 24. |
Just downloaded the new version (alpha 26) and this is not fixed sadly. @eps1lon |
Just an FYI, I'm on React 16 not 17, not sure if that's an issue? |
@eps1lon any updates here? Just curious because it's blocking our launch with Material v5. Let me know if there is anything I can do to help. |
We'll notify once this is fixed. Please consider the effects of issue bumping. |
Just curious, would a workaround here be to move to React 17? I can do that if that solves it in the short term. I just didn't want to upgrade yet if the bug still exists there |
No upgrading to react 17 won't help. Even with latest release ( |
Thank you! |
Current Behavior 😯
Clicking input doesn't open datepicker.
https://codesandbox.io/s/lingering-moon-2t7o3?file=/src/App.tsx
Expected Behavior 🤔
Clicking input opens datepicker.
https://codesandbox.io/s/stupefied-waterfall-9md45?file=/src/App.tsx
Steps to Reproduce 🕹
Steps:
Context 🔦
The only thing I changed was upgrading, it is now broken in new release. There is weird behavior where tabbing into the input shows it, or changing windows or tabs and coming back opens it if the field is already highlighted. But clicking input does not open the picker (well it flickers like it opens and closes immediately).
Your Environment 🌎
See codesandbox examples.
The text was updated successfully, but these errors were encountered: