Hi,
I have a text area component in a perspective view. I want the height of the text area to increase rather than introducing a scroll bar when text overflow happens.
I tried css but I was not able to achieve this.
So, I thought of using the java script to achieve this. I know every component can have a domId meta property.
Is it possible to somehow use this domId and write java script for the component to handle the situation that i described above?
If not, how can I achieve this with only css?
Appreciate any help in this regard.
Thanks,
Ajay