-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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(native-filter): Default value multi-select height in native filters #14816
Conversation
This PR is effectively overriding the fixed height that is passed to the @rusackas seems like you have contributed to this functionality originally. Maybe you can help to answer this question. |
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 PR!
The reported issue is fixed, but we need to take care of the other issue "fixed height for select filter value box, so that multiple value select don't take up too much real estate in the filter bar".
just repeating myself.. I'm ok to go with the ."...+4" solution as long as the selected filter value s are at the top when expand the list. please coordinate the fix with @michael-s-molina and @villebro
Screen.Recording.2021-05-25.at.2.59.08.PM.mov
@geido Thanks for the fix! @junlincc I'll add the select with +4 to my todo list. I will work on it right after we deliver the native filters revamp 😉 |
Codecov Report
@@ Coverage Diff @@
## master #14816 +/- ##
=======================================
Coverage 77.62% 77.62%
=======================================
Files 963 963
Lines 49236 49236
Branches 6192 6192
=======================================
Hits 38217 38217
Misses 10819 10819
Partials 200 200
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.
LGTM and works great! I'm wondering if we could be more explicit about the > div > div
but I'm fine with this!
…rs (apache#14816) * Fix height * Fix height sidebar * Move style
…rs (apache#14816) * Fix height * Fix height sidebar * Move style
…rs (apache#14816) * Fix height * Fix height sidebar * Move style
SUMMARY
Fixes the height of the multi-select for the "Default value" in the native filters modal, as well as the multi-select in the native filters left sidebar.
BEFORE
AFTER
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION