majorosdonat opened a new issue, #46858: URL: https://github.com/apache/airflow/issues/46858
### Apache Airflow version 2.10.5 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? DAGs which have required param, which type is object cannot be triggered. When clicking on the trigger button the following javascript error is raised: The invalid form control with name=‘element_object’ is not focusable. (In this case the name of the param is "object") ### What you think should happen instead? DAGs with required object type params should be triggered successfully ### How to reproduce Create a dag which has a required object type param. I could not find one among the example dags. ### Operating System Ubuntu 20.04 ### Versions of Apache Airflow Providers Happened with helm chart, and can be reproduced with breeze start-airflow ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
