I have a Text Field component that is exhibiting very strange behavior: When I type into the field, it adds each character to the front of the string instead of the end like you'd expect (and how they normally work). I can't see any properties that would do this, but it is only happening with one text box; my other Text Field components are unaffected.
Is there a hidden property that I accidentally messed with to cause this, or could it just be a strange bug? In the end, I can delete it and replace it with a different Text Field component that's working, but it has me curious, and I'd like to know in case it comes up again.