on change for people picker
Posted: 02 Nov 2017
Hello,
I would like to have an onChange for a person field in edit form. (Office 365)
fd.field ('People_Picker_Column'). change (function () {
alert("has been changed");
fd.field('Change_Owner_Teammember_Approver').value('text');
});
The onChange function works too. But, when I call the edit-form, sharepoint first writes the person's internal name and converts it to the display form. This triggers an onChange, which I do not want.
How can I adjust that?
Thanks!
I would like to have an onChange for a person field in edit form. (Office 365)
fd.field ('People_Picker_Column'). change (function () {
alert("has been changed");
fd.field('Change_Owner_Teammember_Approver').value('text');
});
The onChange function works too. But, when I call the edit-form, sharepoint first writes the person's internal name and converts it to the display form. This triggers an onChange, which I do not want.
How can I adjust that?
Thanks!