Calling getText() returns nothing when called from an onKeyXX event.
You have to call getRawText() to get the current text contents.
This is, in my opinion, nuts and utterly confusing.
If you want to differentiate between committed/uncommitted text, how about removing getText() and getRawText() and going with getUncommittedText() and getCommittedText().
Or have getText() return the current contents, and introduce getCommittedText();
You have to call getRawText() to get the current text contents.
This is, in my opinion, nuts and utterly confusing.
If you want to differentiate between committed/uncommitted text, how about removing getText() and getRawText() and going with getUncommittedText() and getCommittedText().
Or have getText() return the current contents, and introduce getCommittedText();