Target Platforms
NodeJS
SDK Version
https://adaptivecardsci.z5.web.core.windows.net/designer 10/6/2021
Application Name
Designer
Problem Description
The isEnabled property is not respected on SelectActions on TextRuns.
Screenshots

Card JSON
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5",
"body": [
{
"type": "RichTextBlock",
"inlines": [
{
"type": "TextRun",
"text": "Do not click "
},
{
"type": "TextRun",
"text": "here",
"selectAction": {
"type": "Action.Submit",
"isEnabled": false
}
},
{
"type": "TextRun",
"text": ", as it is disabled."
}
]
}
]
}
Sample Code Language
No response
Sample Code
No response