Hi,
In SmartClient, is there an equivalent to the DOM onChange event? I.e. an event that fires when the user blurs the input AND the text has been changed since the last focus.
The change and changed events in a TextItem fire on every keypress, which is not what I want. I'm looking for an event that will fire only when the user has finished changing a text field.
Andrew
In SmartClient, is there an equivalent to the DOM onChange event? I.e. an event that fires when the user blurs the input AND the text has been changed since the last focus.
The change and changed events in a TextItem fire on every keypress, which is not what I want. I'm looking for an event that will fire only when the user has finished changing a text field.
Andrew
Comment