Skip to content

Comments

Fix bad width w/no options in multi-select DAG parameter#51516

Merged
pierrejeambrun merged 1 commit intoapache:v2-11-testfrom
fredthomsen:multiSelectDropdownTest
Jun 10, 2025
Merged

Fix bad width w/no options in multi-select DAG parameter#51516
pierrejeambrun merged 1 commit intoapache:v2-11-testfrom
fredthomsen:multiSelectDropdownTest

Conversation

@fredthomsen
Copy link
Contributor

Address inproper input element width when no options were present in a multi-select field for a DAG parameter in the DAG trigger page and:

  • the parameter is in a section: the element would become too narrow making the dropdown options unreadable.
  • the parameter is not in a section: the element would overflow it's parent if re-sized smaller

closes: #50322

Address inproper input element width when no options are present in a
multi-select field for a DAG parameter in the DAG trigger page.  If the
parameter:

* is in a section: the element would become too narrow making the
  dropdown options unreadable.
* is NOT in a section: the element would overflow it's parent if
  re-sized smaller

Address by setting width to fill the parent element as other DAG trigger
paramter input fields behave.

closes: apache#50322
@fredthomsen fredthomsen force-pushed the multiSelectDropdownTest branch from 77e8a2e to fbc54d9 Compare June 9, 2025 01:23
@fredthomsen
Copy link
Contributor Author

legacy ui label is needed here.

@bbovenzi bbovenzi added the legacy ui Whether legacy UI change should be allowed in PR label Jun 9, 2025
@pierrejeambrun pierrejeambrun added the backport-to-v2-11-test Mark PR with this label to backport to v2-11-test branch label Jun 10, 2025
@pierrejeambrun pierrejeambrun merged commit 233f9aa into apache:v2-11-test Jun 10, 2025
65 of 66 checks passed
@pierrejeambrun pierrejeambrun added this to the Airflow 2.11.1 milestone Jun 10, 2025
potiuk pushed a commit that referenced this pull request Feb 16, 2026
Address inproper input element width when no options are present in a
multi-select field for a DAG parameter in the DAG trigger page.  If the
parameter:

* is in a section: the element would become too narrow making the
  dropdown options unreadable.
* is NOT in a section: the element would overflow it's parent if
  re-sized smaller

Address by setting width to fill the parent element as other DAG trigger
paramter input fields behave.

closes: #50322
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-to-v2-11-test Mark PR with this label to backport to v2-11-test branch legacy ui Whether legacy UI change should be allowed in PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants