Category: Development
-
Using geolocation in an Adaptive Card Extension

Introduction Today I want to disclose how to use the geolocation actions in an Adaptive Card Extension. Since the release of SPFx 1.14 it’s possible to use the location of the user’s device. The specific geolocation actions will be used either to retrieve the device location or to display a…
-
Explore the PropertyFieldSearch control from the PnP property controls

Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldSearch control. The PnP reusable property pane controls is a package that contains a lot of useful controls that can be used in any SharePoint Framework web part’s property pane, if you want to…
-
Find your place with the LocationPicker from the PnP reusable React controls

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the LocationPicker control. If you’re interested you can find the code of this sample here. Visual interface As usual I’ve prepared a sample solution to demonstrate the various possible configurations of the control. Starting…
-
Introducing the new BarChartCardView for Adaptive Card Extensions

Introduction The version 1.20 of SharePoint Framework introduces two different charts for the Adaptive Card Extensions, in this post I want to cover the BarChartCardView. As the name suggests, this visual control displays a bar chart. If you’re interested about the other chart control introduced with SPFx version 1.20 you…
