Forum Discussion
Jun 10, 2017
Office UI Fabric People Picker and SharePoint search better together part 2 – SharePoint Framework
If you missed the previous article please take a look here Office UI Fabric People Picker and SharePoint search better together part 1 – SharePoint Add-Ins.
As promised, I released a SharePoint Framework solution with the Office UI Fabric People Picker, like for the Add-In solution, the App across the SharePoint Search API is able to retrieve people.
Read the full article:
- Mikael SvensonSteel Contributor
Cool :) Guess only drawback is if won't work for AAD groups. By using the /_api/SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface.ClientPeoplePickerSearchUser endpoint instead you get both - which is what MS components are using.
- Thanks Mikael for your suggestion 😉👍
- Mikael SvensonSteel Contributor
I have a react non-spfx ppl picker at https://github.com/wobba/RandomFiles/blob/master/SPPeoplePicker.tsx if you want to take a look.