raphaelauv commented on issue #43433:
URL: https://github.com/apache/airflow/issues/43433#issuecomment-2454217893
thanks for your help , but I don't want to trigger the dag with an array of
string or integer, but an array of dict/map
`[{"toto": 5,"tata":"hello"}]`
I tried
```python
"x": Param(None, type="array",items={"type": "object"}),
```
but the front fail with
```
An invalid form control with name='element_x' is not focusable.
<textarea class="form-control" name="element_x" id="element_x"
valuetype="advancedarray" rows="6" required="" style="display:
none;"></textarea>
```
--
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]