Hi, i've some Ext.FormPanel and i want to enable the "Save" button only when the user changes the values inside the form. How can i discover that the user changed some fields ?
I've tried with form.on("change"), SelectionMode but without any success.
Thanks