I'm using an UIInput NGUI widget on iPhone. The first time I press my button, edit the text using TouchScreenKeyboard, and press "Done", there is no "OnSubmit" fired. When I open the edit box again, the text has reverted back to its original values.
The second and subsequent times that I press the button and edit the text, I do get "OnSubmit" fired, and my text changes stay applied. Is this a known issue?
How can I get the OnSubmit to fire the first time also?