Hi,
How can I define the default height of a textarea ?
Sample: https://www.cynovaljoux.ch/test-user
Field😀emande
Thanks to help me,
Jérôme
How can I define the default height of a textarea ?
Sample: https://www.cynovaljoux.ch/test-user
Field😀emande
Thanks to help me,
Jérôme
you mean the number of rows ? there is a setting for that!
I'have set rows to 10.
I try why rows=100 but it's not ok.
I don't understand why ? it's OK in preview, but no in front side.
I guess some CSS in your template CSS file, you will need to override that, try this code in the CSS setting of your form:
Or in the textarea, enable the HTML attributes behavior and add a new attribute:
name: style
value: height:auto !important;
form.ui textarea{height:auto !important;}
Or in the textarea, enable the HTML attributes behavior and add a new attribute:
name: style
value: height:auto !important;
You need to login to be able to post a reply.