Creating a simple text wrapping textedit node?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By stubbsy345
:warning: Old Version Published before Godot 3 was released.

Hi,

I really need a simple text input node that wraps. Unfortunately, text edit doesn’t do this. I notice that text edit has a lot of functions associated with it for more advanced text editing. For my purposes all I need is a node that will text wrap as the user input’s text with a vertical scrollBar - I don’t need all of the functionality of textEdit. Has anybody done this? Or could somebody give me some pointers on creating such a node myself.

Thanks