Textareas with auto-increasing height using CSS — Amit Merchant — A blog on PHP, JavaScript, and more
Textareas areas are great when it comes to accepting a large amount of text from the user. But, the problem with textareas is that they have a fixed height. So, if the user enters more text than the height of the text, the text will overflow and the user will have to scroll to see the rest of the text.
Textareas with auto-increasing height using CSS — Amit Merchant — A blog on PHP, JavaScript, and more
Textareas areas are great when it comes to accepting a large amount of text from the user. But, the problem with textareas is that they have a fixed height. So, if the user enters more text than the height of the text, the text will overflow and the user will have to scroll to see the rest of the text.
https://www.amitmerchant.com/textarea-auto-increase-height/