From 55d1a33cbe0428e151c2bcd1c76cad6508d4f85d Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 8 Nov 2020 23:25:29 -0500 Subject: [PATCH] Update README.md --- samples/react-list-form/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/react-list-form/README.md b/samples/react-list-form/README.md index c2dd64e9a..7a245354a 100755 --- a/samples/react-list-form/README.md +++ b/samples/react-list-form/README.md @@ -14,11 +14,11 @@ extensions: createdDate: 12/1/2017 12:00:00 AM --- -# React List Form Web Part +# List Form ## Summary -The `React List Form web part` is a web part for adding a list form to any page. It provides a working example of implementing generic SharePoint list forms using the **SharePoint Framework (SPFx)** and the _React_ and _Office UI Fabric_ libraries. +The List Form web part is a web part for adding a list form to any page. It provides a working example of implementing generic SharePoint list forms using the **SharePoint Framework (SPFx)** and the _React_ and _Office UI Fabric_ libraries. The web part allows configuring which list to use and if a form for adding a new item, editing or displaying an existing item should be shown. When selecting display or edit form the ID can be defined either as a fixed number or as a query string parameter name. The form fields can be added, ordered using drag-and-drop or removed visually in the web part. A URL including placeholder for the ID can be provided to redirect to after successfully saving the form.