@dawesi : Nice one ! I'll just replace suspendCheckChange with suspendEvents(false), since not all fields have the same event to listen to (e.g. checkbox, combobox l). But it works.
Type: Posts; User: nanneverheij
@dawesi : Nice one ! I'll just replace suspendCheckChange with suspendEvents(false), since not all fields have the same event to listen to (e.g. checkbox, combobox l). But it works.
I have a form with several fields. Each fields has a listener with a handler to update the loaded record instantly when a field has changed. These events also trigger when a new record is loaded,...