One more related question. I have the field dynamically sizeing, but now I want the text to automatically scroll while the user is typeing:
Example, as they type I calculate the field height on the change event. When they reach 50 characters, I expand the field.
How do I get the field to automatically scroll the information in the text area instead of scrolling off the page?
Thankjs