On a related note.
Upon submitting I want the input area to go back to empty.
So in the function referred to in UIInput "Function Name" I reset the Label.text.
But the text is not reset when I hit enter, even though the function is properly executed.
I also have a submit button next to the input area that triggers the same function. When I hit the button the text is properly reset. (Though it does flash back to the lower case version for a frame or so beforehand...)