519
Views
3
Comments
Solved
Textarea that expands as you type text
Question

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

2019-06-14 09-28-13
Seema Pandey
Solution

JEYASRI R wrote:

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

Hi Jeyasri,


Click Here . It may help you.


Regards

Seema Pandey


2020-01-03 05-37-58
JEYASRI R

Seema Pandey wrote:

JEYASRI R wrote:

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

Hi Jeyasri,


Click Here . It may help you.


Regards

Seema Pandey


 

Hi,

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?



Thanks,

Jeyasri

2020-02-28 09-46-54
Eduardo Jauch

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.

2019-06-14 09-28-13
Seema Pandey
Solution

JEYASRI R wrote:

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

Hi Jeyasri,


Click Here . It may help you.


Regards

Seema Pandey


2020-01-03 05-37-58
JEYASRI R

Seema Pandey wrote:

JEYASRI R wrote:

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

Hi Jeyasri,


Click Here . It may help you.


Regards

Seema Pandey


 

Hi,

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?



Thanks,

Jeyasri

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.