little bit of a bug I found
Repro:
- Copy some text from say the web browser (Ctrl + C)
- select NGUI's input
- press Ctrl + V
Result:
the copied string is pasted except with a "v" at the end
Expected:
only the exact string should be pasted
any workarounds in the meantime?
Thanks!