Since SPFx v1.18, it is possible to use a text input component directly on an Adaptive Card Extension's card views. This blog post demonstrates how to implement this feature.
Tag: SPFx
Mock responses with the Microsoft Graph Developer Proxy
The Microsoft Graph Developer Proxy is a useful tool for testing applications using Microsoft Graph and other APIs. It allows for mocking responses, simulating errors, and throttling. With the ability to mock API call responses without code modification, it simplifies testing scenarios and response configurations. The proxy can be customized for successful and unsuccessful response testing.
Use Top Actions with SPFx 1.17.1
The blog post discusses Top Actions in SharePoint Framework (SPFx) v1.17.1, allowing settings to be added directly to a web part's command bar. Two user interfaces, button and dropdown list, are detailed, along with sample code and references. Top Actions were introduced in SPFx v1.16 preview. For a working sample, visit react-graph-webpart-report.