jens-scheffler-bosch opened a new pull request, #31441: URL: https://github.com/apache/airflow/pull/31441
closes: #31400 related: #31301 This PR adds three new (small) features into the Trigger DAG UI form for increased usability and new (missing) features: * In select lists (rendered via `enum`) display labels can be added to separate picked value and display text in dropdown via `values_display` property. * If user should have proposals for entering values but should not be forced to the limited number of `enum`s now the attribute `examples`can be used which are used to present proposals while typing * Multi-value selects are now possible (So that not only `enum`s with single values need to be used). These are a combination of `array` type and `examples`. Tutorial is adjusted with examples for the new features, UI looks like this for the three new options:  This PR overlaps a bit with https://github.com/apache/airflow/pull/31301 so the other should be merged first and then this needs to be adjusted. -- 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]
