Sadly UIInput does not generate an OnSubmit() event when it loses focus because the user clicked on a different button, even though it is technically equivalent to accepting the input. Is there some other event that I could use to capture this happening, so that the contents of the text field can be properly checked, manipulated and copied to wherever they need to go?