bito-code-review[bot] commented on PR #38193:
URL: https://github.com/apache/superset/pull/38193#issuecomment-3999433061
<!-- Bito Reply -->
The suggestion is valid—it prevents displaying the 'More filters' button
when there are no overflowed items, avoiding wasted space and a button with no
popover. To implement, add a state for overflow detection pending (initially
true, set to false on onOverflowingStateChange), then set
alwaysShowDropdownButton={isOverflowDetectionPending || overflowedIds.length >
0}.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]