rawwar commented on issue #45290:
URL: https://github.com/apache/airflow/issues/45290#issuecomment-2585129892
So, after going through the code, strings items are specifically excluded
with the condition
`and ("type" not in form_details.schema["items"] or "string" not in
form_details.schema["items"]["type"]) ` here:
https://github.com/apache/airflow/blob/830192ab88f2b8089793209fa480c248784b8fb7/airflow/www/templates/airflow/trigger.html#L89
I remove the condition and it renders like below :
<img width="627" alt="image"
src="https://github.com/user-attachments/assets/4ad52e3a-a1fb-4570-8f89-41c5fbfa91a5"
/>
--
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]