Hi,
Is there a scripty/data label way of increasing the height of the text area as each new line is reached?
I followed this thread: http://community.k2.com/t5/K2-blackpearl/Dynamic-increase-height-of-Text-Area-control/ta-p/91051
but the height increases each time a character is entered, which ends up with a huge gap at the bottom of the text area.
Also, the first solution only works if you click outside of the text area, which is pointless, as the user isn't likely to do that.
Is there a way to have the text area add a line to the height each time a new line starts?
Thanks