codeant-ai-for-open-source[bot] commented on PR #38886:
URL: https://github.com/apache/superset/pull/38886#issuecomment-4136162836

   ## **Sequence Diagram**
   
   This PR updates the filter select component so that the dropdown menu always 
matches the input field width, even when bulk selection is enabled, restoring a 
full-width, unclipped dropdown.
   
   ```mermaid
   sequenceDiagram
       participant User
       participant FilterUI
       participant SelectComponent
       participant DropdownMenu
   
       User->>FilterUI: Click filter select input
       FilterUI->>SelectComponent: Open dropdown
       SelectComponent->>DropdownMenu: Render matching input width
       DropdownMenu-->>User: Show full-width options and bulk actions
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


-- 
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]

Reply via email to