Quote Originally Posted by SpoiledK View Post
Hi Clyde, hoping you can help me here. Everything seems to be working fine except the “Reason for Return” box… Currently if the user keeps typing, the box starts to expand right with a scroll bar on the bottom… Is there a way to have it word-warp and expand down-ward without having to hit the “Enter” key..?
The textarea should wrap automatically every time a row reaches a width of 30/31 characters (that assumes normal typing and not holding down a single key)

for instance if you were to type the following in the text area:

The cat was playing in the garden.

you should see something like this:

The cat was playing in the
garden.