Sankareswari Muthiah wrote:
Hi,
I have Textarea and as read only. I noticed scroll bar is also disabled along with it. I want to scroll and read the content. Is there any way to enable the scroll bar in a disabled Text Area. Please let me know
Thanks
Sankari
Hi,
I think you need to know the readonly
property by javasrcript or jQuery.
See next exemple: https://jsfiddle.net/Chouchen/x9RJu/
Joao Branco
Iam actually using Input box to act as Text Area. I just set the property Enabled false. It disabled including scroll bar also. Iam not sure how to implement your solution in outsystems?. Can you pls guide me more.