[SOLVED] How to make a scrolling Input Box? Or allow for large amounts of text?

Has anyone found out how to make an Input Box scrollable? or at least handle a large amount of text and display multiple lines without it all being on one line? Here’s what I’m seeing (it keeps all text on one line)…

04%20PM

This solution I found here is for showing text (Textbox - Scrollbox) but I’m wanting to allow my user to input their own info in (aka a long description, anywhere from 3 - 10 sentences worth).

Thoughts?

This will give you a little bit more context, I typed in the typical input field.

That’s what the Multiline Input is for.

Huge, help! Thanks Keith.