You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/web-parts/guidance/build-custom-property-pane-controls.md
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Build custom controls for the property pane
3
3
description: Build a custom dropdown control that loads its data asynchronously from an external service without blocking the user interface of the SharePoint client-side web part.
4
-
ms.date: 10/22/2019
4
+
ms.date: 05/11/2020
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
@@ -48,12 +48,6 @@ The source of the working web part is available on GitHub at [sp-dev-fx-webparts
48
48
- **What is your Web part description?** Shows list items from the selected list
49
49
- **Which framework would you like to use?** React
50
50
51
-
1. After the scaffolding completes, lock down the version of the project dependencies by running the following command:
52
-
53
-
```sh
54
-
npm shrinkwrap
55
-
```
56
-
57
51
1. Open your project folder in your code editor. This article uses Visual Studio Code in the steps and screenshots, but you can use any editor that you prefer.
58
52
59
53

0 commit comments