From 129c52103e5f1ddc3ec365a891978a20f29c3ebd Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 23 Sep 2023 16:37:34 -0400 Subject: [PATCH] Added reference to readme --- samples/react-cascadingdropdowns/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/react-cascadingdropdowns/README.md b/samples/react-cascadingdropdowns/README.md index 1e37cfe9ab..530e23e85f 100644 --- a/samples/react-cascadingdropdowns/README.md +++ b/samples/react-cascadingdropdowns/README.md @@ -2,7 +2,9 @@ ## Summary -Shows how to use Cascading Dropdowns in property panes. Based on the instructions found at [Use cascading dropdowns in web part properties](https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/guidance/use-cascading-dropdowns-in-web-part-properties). +Shows how to use Cascading Dropdowns in property panes. Based on the instructions found at [Use cascading dropdowns in web part properties](https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/guidance/use-cascading-dropdowns-in-web-part-properties). + +For a version of this sample which demonstrates how to load dropdown choices from an API, please see the [react-custompropertypanecontrols](https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-custompropertypanecontrols) sample. ![Web part preview](assets/webpartpreview.png)