Updated sample.json and readme
This commit is contained in:
parent
b9618618ca
commit
34795cc62b
|
@ -71,6 +71,7 @@ You'll need to connect to a list before you can use this sample.
|
||||||
| 1.0.8 | February 7, 2021 | Fixed dragging and dropping fields |
|
| 1.0.8 | February 7, 2021 | Fixed dragging and dropping fields |
|
||||||
| 1.0.9 | February 19, 2021 | Fixed regular expressions for text validation |
|
| 1.0.9 | February 19, 2021 | Fixed regular expressions for text validation |
|
||||||
| 1.0.10 | May 6, 2021 | Fixed "attachments are not cleared after submit" issue |
|
| 1.0.10 | May 6, 2021 | Fixed "attachments are not cleared after submit" issue |
|
||||||
|
| 1.0.11 | Sept 5, 2022 | Fixed DateField does not support manually entering date |
|
||||||
|
|
||||||
## Minimal Path to Awesome
|
## Minimal Path to Awesome
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-list-form",
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-list-form",
|
||||||
"title": "List Form Web Part",
|
"title": "List Form Web Part",
|
||||||
"creationDateTime": "2017-11-24",
|
"creationDateTime": "2017-11-24",
|
||||||
"updateDateTime": "2021-02-19",
|
"updateDateTime": "2022-09-05",
|
||||||
"shortDescription": "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.",
|
"shortDescription": "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.",
|
||||||
"longDescription": [
|
"longDescription": [
|
||||||
"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 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."
|
||||||
|
@ -71,6 +71,11 @@
|
||||||
"name": "Ari Gunawan",
|
"name": "Ari Gunawan",
|
||||||
"company": "",
|
"company": "",
|
||||||
"pictureUrl": "https://github.com/AriGunawan.png"
|
"pictureUrl": "https://github.com/AriGunawan.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gitHubAccount": "alicelupsan",
|
||||||
|
"name": "alicelupsan",
|
||||||
|
"pictureUrl": "https://github.com/alicelupsan.png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"references": []
|
"references": []
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue