Change the height of a text_area
See original GitHub issueProblem
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:
- Created 4 years ago
- Reactions:13
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1 for this or to allow injecting additional CSS, as suggested in #427
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.