Target Platforms
NodeJS
SDK Version
https://adaptivecardsci.z5.web.core.windows.net/designer 9/29/2021
Application Name
Designer
Problem Description
When an action has a title which is displayed on the button itself we should not repeat that title in the tooltip
Screenshots

Card JSON
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5",
"body": [
{
"type": "TextBlock",
"text": "Button with a title",
"weight": "Bolder",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Title",
"iconUrl": "https://adaptivecards.io/content/cats/1.png"
}
]
}
]
}
Sample Code Language
No response
Sample Code
No response