text area (autoheight) not behaving as I'd expect
607218Oct 1 2008 — edited Oct 3 2008Hi -- I have a text area (auto-height) that the user should be able to enter 1000 characters into.
I want it to display 10 lines of 100 characters each. Instead, once the user types in more than 100 characters, a horizontal scroll bar appears and the remaining characters are all on the first line.
I have both the width and max width set to 100, the height to 100, and row span to 1.
How do I get the text display to wrap down to the next line once 100 characters are on the current line? (Just like this text area I'm typing into right now!)
Thanks,
Carol