Timeline for SharePoint Client People Picker change event
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 15, 2020 at 8:48 | history | edited | CommunityBot | Commonmark migration | |
| Sep 7, 2018 at 9:24 | comment | added | Chris DS | To get the first people picker SPClientPeoplePicker.SPClientPeoplePickerDict[Object.keys(SPClientPeoplePicker.SPClientPeoplePickerDict)[0]].OnValueChangedClientScript=function (peoplePickerId, selectedUsersInfo) { console.log('inside OnValueChangedClientScript'); }; | |
| Oct 12, 2017 at 13:06 | comment | added | Ashish | Thanks a lot. It worked. I just had to remove the "this" keyword. | |
| Oct 12, 2017 at 13:05 | vote | accept | Ashish | ||
| Oct 12, 2017 at 10:31 | comment | added | Yayati | @Ashish: I have updated the code. please check now. Earlier I was using pure client side people picker as mentioned in this article. docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/… | |
| Oct 12, 2017 at 10:29 | history | edited | Yayati | CC BY-SA 3.0 | Updated answer |
| Oct 12, 2017 at 9:10 | comment | added | Ashish | Not sure the issue, but when I tried the above, it gives me an error of "cannot read property SPClientPeoplePickerDict of undefined" | |
| Oct 9, 2017 at 12:37 | history | answered | Yayati | CC BY-SA 3.0 |