function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gabriel Kremer 9Gabriel Kremer 9 

Long text area automatically expansion

Hi,

I am searching for a way to get long text areas automatically expanded.
The long text ares in my flow happen to be in a standard size not displaying all of the text. 
The user has to expand the window with the little triangle on the right side which seems a bit like lazy work.

Does one of you have an idea how to make the field automatically expand? Using a lightning component or any setup within the flow is okay for me, CSS too.

Thanks!

regards
Gabriel

Raj VakatiRaj Vakati
If you are using flow and you cannt able to  expaned Long text area automatically  . 

The solutioins you are haviing is replace the the long text area with the lightning component and try to do it using jquery ... 


https://gomakethings.com/automatically-expand-a-textarea-as-the-user-types-using-vanilla-javascript/
Gabriel Kremer 9Gabriel Kremer 9
Thanks for your response, Raj. I will read and think about it :).