AdaptiveCards icon indicating copy to clipboard operation
AdaptiveCards copied to clipboard

A new way for developers to exchange card content in a common and consistent way.

Results 443 AdaptiveCards issues
Sort by recently updated
recently updated
newest added

# Related Issue Addresses #9014 # Description This PR adds a property to AdaptiveCard React wrapper that allows passing a custom SerializationContext down to JS SDK's AdaptiveCard allowing to extend...

### Problem Statement AdaptiveCard JS SDK offers a way to extend the list of supported elements in the card as described [here](https://learn.microsoft.com/en-us/adaptive-cards/sdk/rendering-cards/javascript/extensibility). It requires configuration of element registry and creation...

Request

### Target Platforms Other ### SDK Version 1.6 ### Application Name Adaptive Cards ### Problem Description **Test Environment:** URL: https://adaptivecards.io/ OS Version: Dev (OS Build 27695.1000) Browser Version: Version 130.0.2849.1...

Bug
Area-Renderers
Area-Accessibility
Area-Website
A11ySev2
A11yWCAG
HCL-E+D
Product-AC
HCL-AdaptiveCards-Web
A11yCT

### Target Platforms Other ### SDK Version 2.0.3 ### Application Name Bot Framework ### Problem Description If you call Expand with a Newtonsoft.Json JToken for the data, version 1.5.0 used...

Bug
Area-Renderers

### Problem Statement The line numbering in a CodeBlock is part of the selectable text, so if you copy and paste the code block, the line numbers come too. This...

Request

You can now use [CodeBlock](https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cdesktop%2Cconnector-html#codeblock-in-adaptive-cards) instead of TextBlock for preformatted text with syntax highlighting in AdaptiveCards. However it is not documented in the [AdaptiveCard Explorer](https://adaptivecards.io/explorer/TextBlock.html) yet.

Please be more verbose with e.g. examples --- * URL: https://adaptivecards.io/explorer/CaptionSource.html

First off... I'd like to say that the Adaptive Cards Designer has helped me tremendously. I wouldn't have been able to create the adaptive cards that I use without it!...

{ "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "body": [ { "type": "TextBlock", "text": "Test json payload", "wrap": true, "separator": true }, { "type": "Input.Text", "placeholder": "Placeholder text", "label": "Name:", "separator":...

# Platform * .NET HTML * .NET WPF * UWP # Version of SDK latest main # Details Allow styling of Action.ShowCard button based on open/closed state of card (to...

Task
Area-Inconsistency