tysoncung opened a new pull request, #65085:
URL: https://github.com/apache/airflow/pull/65085

   ## Problem
   Dropdown lists in custom connection parameter forms are not fully visible 
when rendered inside accordion panels. The dropdown menu gets clipped by the 
accordion container's overflow constraints, making some options inaccessible 
without a scrollbar.
   
   Closes #65007
   
   ## Solution
   Added `menuPosition="fixed"` prop to both `FieldDropdown` and 
`FieldMultiSelect` components. This ensures the dropdown menu is positioned 
relative to the viewport rather than its parent container, preventing clipping 
issues.
   
   ## Files Changed
   - 
`airflow-core/src/airflow/ui/src/components/FlexibleForm/FieldDropdown.tsx` - 
Added menuPosition="fixed"
   - 
`airflow-core/src/airflow/ui/src/components/FlexibleForm/FieldMultiSelect.tsx` 
- Added menuPosition="fixed"
   
   ## Testing
   This fix ensures dropdown menus remain fully visible and scrollable 
regardless of their parent container's overflow settings.


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

Reply via email to