You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@timcol,
That was exactly it. Simple, but not very intuative. I assumed that I could only use keywords. Nut, it does make sense since the actual text in Textareas in HTML can only be input in between the tags and not as parameters.
How to fill in value for Textarea component?
Let's assume we have a form
form = Form(
Textarea(id="mytextarea", name="mytextarea", value=Item.text)
)
This does not seam to work in populating a Textarea like you can do for an Input by using the value parameter.
The text was updated successfully, but these errors were encountered: