Possible? New Line/Multiline Value in Default Text field, or set as State of type Text

For a design work-around, I’m trying to set this as either a default text field value, or as a page’s state (of type Text):
“.
.
.
.
.
.”

(many more dots, but you get the point)

My method right now is to have an invisible multi-line input (plus transparency 0%, plus buried under other elements) with the dot-string set as initial content, and to save this value to the user when the account is created. It’s very slightly vulnerable in the off-chance that the page loads slowly and the user clicks into it before the loading progresses to the point where things become hidden.

Is there any way to input this multi-line value into the single-line inputs for default value (of type Text, in the Data tab) or set a state (of Text type), and have Bubble parse for the new lines? Perhaps something akin to escaping with “\n”?

Yeah we don’t have that yet