amitmerchant1990 / amitmerchant-dot-com-comments

1 stars 0 forks source link

textarea-auto-increase-height/ #103

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

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/

wearypossum4770 commented 9 months ago

Thank you for this!!!!!

andgly95 commented 9 months ago

Does this method still let you use the rows attribute to set the default height?