question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change the height of a text_area

See original GitHub issue

Problem

It would be nice to change the height of a text area. Our users agree. 😃

Solution

Perhaps a height kwarg, like we have for st.dataframe?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:13
  • Comments:7

github_iconTop GitHub Comments

4reactions
scribucommented, Nov 13, 2019

+1 for this or to allow injecting additional CSS, as suggested in #427

3reactions
mzeidhassancommented, Feb 26, 2020

I hope Streamlit team can add this feature soon. I also hope users will be able to resize the text area manually if they wish.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Set the Size of the <textarea> Element - W3docs
In this tutorial, you will find two ways of setting the size of the HTML element. For that purpose, you can use HTML...
Read more >
Should I size a textarea with CSS width / height or HTML cols ...
The size of a textarea can be specified by the cols and rows attributes, or even better; through CSS' ...
Read more >
HTML textarea rows Attribute - W3Schools
The rows attribute specifies the visible height of a text area, in lines. Note: The size of a textarea can also be specified...
Read more >
How to set the size of textarea in HTML ? - GeeksforGeeks
We can set the size for the text area by using rows and columns. rows*columns will be the size of the text area....
Read more >
Set width and height for textarea - Form « HTML / CSS
Set width and height for textarea : textarea « Form « HTML / CSS.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found