Hi all, newbie to prefect here 🙂. I have tried to figure out how to create a textarea in prefect UI. I know that if I have the code below will get me a text input.
Copy code
def hello(test: str = 'hello world!')
How would I go about creating textarea input type? Any suggestion would be much appreciated!
✅ 1
c
Craig Harshbarger
07/02/2024, 4:17 PM
This is a great question. But one we we don't have an answer for currently.
The only work around would be to select "use json input" where you could then enter your string in a larger multi line input.