Expandable Text block in forms

Issues related to forms.
Post Reply
mike_kallet
 
 
Posts: 30
Joined: Tue Jan 18, 2011 2:34 pm
Location: Denver, Colorado, USA
Contact:

Expandable Text block in forms

Post 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?
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Expandable Text block in forms

Post 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
Post Reply