Page 1 of 1

Expandable Text block in forms

Posted: Thu Feb 06, 2020 3:24 am
by mike_kallet
Is it possible to have a text field in a form that will expand in height (instead of scroll bars) and then push all the elements below accordingly?

Re: Expandable Text block in forms

Posted: Thu Feb 06, 2020 6:55 am
by Pablo
If you are using layout grids or flexbox then you can add this to the custom style section of the text-area object:

Code: Select all

resize:vertical !important;
See also:
https://www.w3schools.com/cssref/css3_pr_resize.asp