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)