The text area is expandable with the arrow, we want to have it fixed how to deactivate the expandable window?
Hi gaetano cerciello,
Just add the resize css to the text area input
resize: none;
Hope this helps!
Regards,
Ellakkiya.S
Hello Gaetano.
Does it need to be a Text Area? I think setting the Text Lines property of the input widget does your purpose. Try and set it to 3/4
how should i write in input widget attributes "text lines" detached or so "textlines"?
Currently trying to see if I can find a better solution, but this helps you?
https://www.outsystems.com/forums/discussion/40562/expandablesection-hide-arrow-to-expand/
this is for the section, you need to find the class that makes the text-area expand
Márcio
didn't help me because it's about the container not the input widget.
Regards,Gaetano