Skip to main content

Questions tagged [clientpeoplepicker]

The ClientPeoplePicker is the new ASP.NET control for the purposes of selecting users or groups in the SharePoint framework, made available starting from SharePoint 2013 . This tag should not be used for questions regarding the usage of the old - pre SharePoint 2013 - people picker.

0 votes
1 answer
10 views

I have some client people pickers, and I'm setting their values through the API by calling picker.AddUnresolvedUser({ 'Key': user.UserName }, true); However, the result is that the visible user ...
Dylan Cristy's user avatar
  • 12.9k
0 votes
1 answer
63 views

Even if I SPClientPeoplePicker_InitStandaloneControlWrapper with a schema that includes schema['AllowMultipleValues'] = false In the actual control itself, if you enter a name, it then moves the &...
Dylan Cristy's user avatar
  • 12.9k
0 votes
1 answer
1k views

Using SPClientPeoplePicker in the form Is there any way to submit value from PeoplePicker into Sharepoint List Column(Person and group) I am getting an error , using this piece of code for ...
abhishek23 Negi's user avatar
0 votes
1 answer
123 views

I have implemented client side people in SharePoint 2019 site in a custom form using plain HTML and jQuery. Requirement is to give user enough permission to use people picker but restrict from add/...
Pranav Joshi's user avatar
0 votes
1 answer
904 views

I have come across the client side people picker javascript. Right now the people picker accepts all users. Is there any way we can point it to a SharePoint Group. I only want users that are present ...
Joy D'souza's user avatar
1 vote
0 answers
132 views

we are using Client peoplepicker in our SP custom form. Below is the code for that. function getUserInfo(peoplePickerElementId) { try{ var toSpanKey = ...
Adarsh Awasthi's user avatar
2 votes
1 answer
1k views

I am getting the error "SPClientPeoplePicker is not defined in custom edit form". But it is working properly in default edit/new item form. (Sharepoint Online) Getting the below error when trying to ...
Jefin Mathew's user avatar
1 vote
0 answers
67 views

How to add custom validation for in asp.net if the user adds more than one username an error message must appear that he can only add one user. Thanks Regard.
user81353's user avatar
1 vote
1 answer
2k views

I want to filter a people picker in SharePoint by Groups only (out of the box only has People and Groups or People Only) How can I achieve this please? I have this page actually not the actual ...
Saz Mifsud's user avatar
1 vote
1 answer
368 views

I have created a Form on SharePoint using SPD, where I have used SharePoint PeoplePicker to get the User automatically. Below is the code:- $(document).ready(function () { // Specify ...
BBRK's user avatar
  • 55
1 vote
0 answers
179 views

I've generated a people picker and I'm trying to clear it when i reset the form but it keeps giving me this error: clear: pickerId => { var picker = ...
Batman's user avatar
  • 1,488
1 vote
0 answers
49 views

I've created a people picker control in my form. I want it to only allow 1 user to be entered at a time. So if there's 1 user already selected, clear that picker, then resole the added user. On my ...
Batman's user avatar
  • 1,488
0 votes
0 answers
86 views

I have a jquery script placed on a list edit form that removes resolved user from a people picker field. But the problem I am having is, it works for certain users and it doesn't for others. I tried ...
user76906's user avatar
0 votes
1 answer
447 views

New to SharePoint Online: Goal: - Have the user enter a name in the input box (senderName), using the PeoplePicker, username populates... Once the username is selected, email of user populates in ...
J. Lopez's user avatar
0 votes
2 answers
4k views

Please tell me how to clear the value PeoplePicker in JavaScript (JQuery)? Tried a lot of examples, nothing works. $("input[id*='Author']").val(''); $("div[id*='Author']").attr('description',''); $("...
Mikhail Zhuikov's user avatar

15 30 50 per page