Questions tagged [peoplepicker]
120 questions
0
votes
0 answers
searching an External user in People picker and starting an invitation
I would like to know, how can I search for non-existing external users and sending them an email like the picture bellow
Below is the code that I have used:

YASi
- 3
- 2
0
votes
1 answer
SPFx Webpart "components" folder?
I'm new in SPFx World, but i have any JS/TS knowledge.
I would like to create a People-Picker Field on my Webpart, but i'm missing a "component" folder with a ts , a scss, and a tsx file in src/webparts . In the Youtube tutorials is this "component"…
0
votes
0 answers
Multiple People Picker Columns (fields) on one form
SharePoint Online: I have multiple people picker columns and enter in a number of places people. I get the people OK but it won't update. It says it the entry is undefined. I thought maybe separating each out would work but obviously not. I hope I…
0
votes
1 answer
SharePoint: PNP people picker not showing suggestions
When pnp people picker is used in SPFX, it is not giving suggestions.
Getting below error in network tab.
Microsoft.OData.Core.ODataException"
"A null value was found for the property named 'SharePointGroupID', which has the expected type…

omnipersonalista
- 13
- 2
0
votes
1 answer
PNP PeoplePicker Type 'WebPartContext' is missing the following properties from type 'BaseComponentContext'
I am using spfx Peoplepicker control in my spfx react webpart solution but Peoplepicker control encountering the below error.
Error :
Type 'WebPartContext' is missing the following properties from type 'BaseComponentContext': _isServedFromLocalhost,…

Mohammed Fazil
- 11
- 4
0
votes
1 answer
How to make SharePoint PeopleEditor WebControl Serializable? C#, SharePoint
I would like to basically extend PeopleEditor to make it Serializable in order to store in ViewState because it is created dynamically and I need it during PostBack.
I have this:
[Serializable]
public class PeopleEditor :…

Anthony Graglia
- 5,355
- 5
- 46
- 75
0
votes
0 answers
SharePoint Online People Picker Returning External Email Addresses
Previously in our tenant when using the People Picker within SharePoint Online lists, only internal users would be returned in the search results. Now people picker searches are also returning external email addresses. Even though the external…

alexthannah
- 109
- 2
- 8
0
votes
1 answer
How to clear PnP PeoplePicker control in SPFx webpart?
I am trying to clear PnP People piker control programmatically in SharePoint online spfx webpart, I am using a simple form with save and cancel button, which save data in List, on the Cancel button I want to clear PeoplePicker value

Harsh
- 1
0
votes
3 answers
how to get input value from sharepoint people editor textbox(not checked value) via js?
I'm meeting a problem with getting input value from sharepoint people editor via js.
usually, we can get value from this control via below codes:
var user;
var pe = document.getElementById('<%=peStaffAccount.ClientID…

Iori-kyo
- 349
- 1
- 5
- 15
0
votes
0 answers
How can we filter against a people picker field in data table?
I'm unable to implement the filter functionality for a people picker field in data table. Is there any way to implement this filter against a people picker field in data table?? Below is the code which I'm trying to implement filter.

Allison Paiva
- 37
- 1
- 5
0
votes
1 answer
Kendo React SharePoint Peoplepicker
Is there a PeoplePicker in Kendo React
or can I combine PnP PeoplePicker https://pnp.github.io/sp-dev-fx-controls-react/controls/PeoplePicker/#implementation
with Kendo React Input component?

Matjaž Reberc
- 35
- 5
0
votes
1 answer
Powerapps how to input into a people picker column in SharePoint
I have a PowerApps app that has a field that is supposed to feed into a people picker column in SharePoint online.
I have a data card for "Manager Name" ,which is a people picker column in SharePoint, the card contains a combo box.
The Combo box…

Joe BW
- 113
- 4
- 14
0
votes
1 answer
Uncaught TypeError: Cannot read property 'toLowerCase' of undefined when adding object to field in Sharepoint
I want to fill a nintex form people picker field automatically using JavaScript on a SharePoint page.
The problem is that I keep getting an error:
When I click on the first link, it shows this
In the formMain.js, the error is caused by this…

stepbysteptomathpro
- 455
- 1
- 7
- 16
0
votes
0 answers
How to use people-picker-component in Azure hosted website without any reference with Sharepoint
I'm trying to create a people picker component in asp.net framework project hosted through azure web app service. I'm logging in to the application using Microsoft Identity Platform. I used mgt-people-picker component but the issue I'm facing with…

Vivek Kumar
- 21
- 1
- 7
0
votes
1 answer
Office ui Fabric People Picker, pass varaibles to onChangeEvent
I would like to know if there is a possibility to added a variable to the default onchange event of the office ui fabric react People Picker component.
In the onchange event default is onChange?: (items?: IPersonaProps[]) => void
I would like to…

Noek
- 87
- 8