On a textitem I have data rendered. The user highlights the *entire* piece of data, a string, and then hits the backspace to erase the contents of the TexttItem.
I have and ItemChangedHandler set on the form. However, no ItemChangeEvent fires for this scenario.
I need to have an event fire when data in a text item is completed deleted using the highlight of the entire string and backspace method.
SmartGwt: 5.0-p20150816
GWT 2.7.0
Java 1.8
I have and ItemChangedHandler set on the form. However, no ItemChangeEvent fires for this scenario.
I need to have an event fire when data in a text item is completed deleted using the highlight of the entire string and backspace method.
SmartGwt: 5.0-p20150816
GWT 2.7.0
Java 1.8
Comment