Hi,
I have a Textarea where users can input text. However if users insert a large amount of text, I want the text area to expand accordingly. Any suggestion please
Thanks,
Jeyasri
JEYASRI R wrote:
Hi Jeyasri,
Click Here . It may help you.
Regards
Seema Pandey
Seema Pandey wrote:
Its very useful and working good, I want to first 5 line for expand the textarea then 6th line automaticallly enable scroll, if it is possible?
Hello Jeyasri,
Not sure if you can do this easily, without JavaScript.On a quick search I found this: https://gomakethings.com/automatically-expand-a-textarea-as-the-user-types-using-vanilla-javascript/
Hope this helps.