Basically, I want to have some default value displayed, but I want the "typer" to start typing after rather than before the starting text.
Ugh... here is a pseudo-example:
default_val = "foo"
User opens the text field and types "rawr."
Before starting text: "rawrfoo"
After starting text (what I want): "foorawr"
I was hoping for some function like "SetTyperPosition()", but I can't find anything of the sort.