fix(popup): Dropdown popup width doesn't match input width when tags collapse in oneLine mode#39136
fix(popup): Dropdown popup width doesn't match input width when tags collapse in oneLine mode#39136alexandrusoare wants to merge 3 commits intomasterfrom
Conversation
Code Review Agent Run #709e75Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
superset-frontend/packages/superset-ui-core/src/components/Select/Select.test.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/packages/superset-ui-core/src/components/Select/Select.tsx
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #39136 +/- ##
==========================================
+ Coverage 64.52% 64.56% +0.03%
==========================================
Files 2536 2536
Lines 131208 131139 -69
Branches 30457 30450 -7
==========================================
+ Hits 84661 84666 +5
+ Misses 45084 45010 -74
Partials 1463 1463
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…andrusoare/fix/dropdown-width
Code Review Agent Run #8a192bActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
|
🎪 Showtime deployed environment on GHA for e06b619 • Environment: http://34.221.17.37:8080 (admin/admin) |

SUMMARY
In horizontal filter bar (oneLine mode), when a multi-select filter has selected items, the dropdown popup width doesn't match the input width after it opens.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE
Screen.Recording.2026-04-06.at.14.12.21.mov
AFTER
Screen.Recording.2026-04-06.at.14.10.44.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION