Wide Textfield
#2345
Replies: 2 comments
-
bumped |
Beta Was this translation helpful? Give feedback.
0 replies
-
you need to add this properties in the TextField. if put min in a value >1, the Textfield show wide.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to create a wide textfield but there is no such feature. I tried something like this but I don't want to do it like this.
ft.TextField(
bgcolor="white",
color="gray",
label="Linkler" if page.config["lang"] == "turkey" else "Links",
text_size=16,
width=700,
height=150,
multiline=True,
value="\n\n\n\n", # The method I tried to expand the textfield
on_change=change
)
Beta Was this translation helpful? Give feedback.
All reactions