Hi,
i'm using a UIInput and want to hide the native InputBox which works fine (hideInput = true).
If you select an other position on the UIInput by tapping somewhere on the inputstring however, the following input is still appended to the end of the Textfield.
For example i type "Hello NGUI" and tap on the end of "Hello", the caret moves ("Hello| NGUI").
If i continue typing, text goes to the end ("Hello NGUI[new text goes here]").
Same happens if you use the arrow keys from the softkeyboard (available with iOS9.1 i guess).
Is this a bug, or am i missing something?
Cheers,
seilz