How to get the full value in a Text View when using onKeyPress ?
If i press one touch, the getValue() does not have the last character.
If i use onTimedKeyPress, i can use getValue() to read the full text from the Text view.
How can we do without using onTimedKeyPress ?
onChange does only work when focus has been lost.
Thanks