A PCF component for Multi select people picker.
This solution gives the ability to select multiple members from the people picker. It works on the User(systemuser) entity of common data services.
Since multiselect peoplepicker is not there yet, this can be used as an alternate. It is build on top of Multiline text field.
office-ui-fabric-react : https://github.com/OfficeDev/office-ui-fabric-react
Build using this example : https://developer.microsoft.com/en-us/fabric#/controls/web/peoplepicker
Option 1 - Import the zip file directly into CDS. Managed or Unmanaged Solution.
Option 2
- git clone the repo
- npm install
- npm run build
Create a Multiline text field and add the component.
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/import-custom-controls
Solution | Author(s) |
---|---|
OfficeUIFabricReactPeoplePicker | Ramakrishnan Raman |
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.