1034
Views
5
Comments
Solved
the text area is expandable with the arrow, how to disable ?

The text area is expandable with the arrow, we want to have it fixed how to deactivate the expandable window?

 

UserImage.jpg
Ellakkiya
Solution

Hi gaetano cerciello,

Just add the resize css  to the text area input

 resize: none;

Hope this helps!

Regards,

Ellakkiya.S


2021-07-05 14-07-53
Gonçalo Duque

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

2023-03-21 16-59-35
Gaetano Cerciello

how should i write in input widget attributes "text lines" detached or so "textlines"?

2021-06-02 20-50-04
Márcio Carvalho

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

Regards,

Márcio


2023-03-21 16-59-35
Gaetano Cerciello

didn't help me because it's about the container not the input widget.

Regards,Gaetano

UserImage.jpg
Ellakkiya
Solution

Hi gaetano cerciello,

Just add the resize css  to the text area input

 resize: none;

Hope this helps!

Regards,

Ellakkiya.S


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.