SharePoint Framework (SPFx) React Controls : Creating custom list form including People picker and Taxonomy picker
IntroductionDuring customization of complex form using SharePoint Framework, there is an additional effort required by developers to include taxonomy picker & people picker. In this article, it is explained how taxonomy & people picker can be included in SPFx webpart using Reusable React Control .
Getting Started1. Create SPFx web partKindly refer this article to know the pre-requisite for creating SPFx web part.
Step 1) Open Windows Powershell.
Note: If SPFx solution already exists and only web part needs to be added to an existing solution, then directly jump to Step 5.
Step 2) Create a folder inside a directory by entering the below command, here for example md ReactSPFxPnP
Step 3) Go Inside the folder by entering the command
cd ReactSPFxPnP
Step 4) Create a web part by entering below command
yo @microsoft/sharepoint
Specify the following :
Solution Name - ReactSPFxPnP Target - SharePoint Online only File Location - Use the current folder Allow tenant admin to deploy the solution t…
Getting Started1. Create SPFx web partKindly refer this article to know the pre-requisite for creating SPFx web part.
Step 1) Open Windows Powershell.
Note: If SPFx solution already exists and only web part needs to be added to an existing solution, then directly jump to Step 5.
Step 2) Create a folder inside a directory by entering the below command, here for example md ReactSPFxPnP
Step 3) Go Inside the folder by entering the command
cd ReactSPFxPnP
Step 4) Create a web part by entering below command
yo @microsoft/sharepoint
Specify the following :
Solution Name - ReactSPFxPnP Target - SharePoint Online only File Location - Use the current folder Allow tenant admin to deploy the solution t…