I need to use a text-box (multiline) in my application. It need to grow as the user inputs text into it. I want that textbox to grow without any scrollbars. I tried allow=resize:null but it just prevents textbox from being stretched.All i want is a textbox as we see in facebook comment /share area which grows simply without any scrollbars on sides. I hope i have neatly explained it.
I need to use a text-box (multiline) in my application. It need to grow
Share
You can use something like this: (Source: Expandable or Auto-Resize TextBox Height by Colt Kwong)
using this javascript:
Or if you like jquery you should take a look at the jQuery autoResize Plugin.
Usage is as follows:
You can pass options: