-
Notifications
You must be signed in to change notification settings - Fork 14.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
fix: Issue #12004 timegrain not visibile #12258
fix: Issue #12004 timegrain not visibile #12258
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12258 +/- ##
==========================================
- Coverage 66.59% 64.23% -2.36%
==========================================
Files 996 485 -511
Lines 49194 29806 -19388
Branches 4994 0 -4994
==========================================
- Hits 32759 19146 -13613
+ Misses 16298 10660 -5638
+ Partials 137 0 -137
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fix Diego!
manually tested. when i resize the filter box with Timegrain to really small, the dropdown got disconnected as I scroll.
Screen.Recording.2021-01-04.at.3.33.48.PM.mov
couple suggestions for futre:
- add a video to all the PRs that have UI change or fix
- test the feature throughout, resize the window or component from different directions
@junlincc this is a problem with react-select and this issue was affecting the multi-choice dropdowns already. The issue is known and it is still open. You can read the details here JedWatson/react-select#4088. I will attempt a few possible fixes but there is a high chance that there is no optimal solution for this right now. |
got it! thanks for letting me know. if the code looks good, alright to merge :) thanks for the fix! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SUMMARY
Fixes an issue that makes the SelectControl options hidden when overflowing.
TEST PLAN
ADDITIONAL INFORMATION