changed() works for a textItem but it fires after each character change. Is there a way to suppress this so that it only executes on exit?
I've looked to override the editorExit() function to make a check instead but I don't see a way how to get the old value to compare against. Any suggestions?
Thanks
I've looked to override the editorExit() function to make a check instead but I don't see a way how to get the old value to compare against. Any suggestions?
Thanks
Comment