You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ChetanSharma-msft! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.
Steps to reproduce
Copied from: microsoft/AdaptiveCards#9051
Posted by: @TikitTeam
Details:
Target Platforms
Other
SDK Version
3.1.0
Application Name
Microsoft Teams
Problem Description
In Teams Web or Desktop, within an Adaptive Card a misspelled word cannot be corrected via right-click.
Screenshots
Take the following example with a card sent by Power Automate that contains Input.Text
Image
Image
Image
Card JSON
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5",
"body": [
{
"type": "Input.Text",
"placeholder": "Placeholder text",
"label": "Input",
"id": "Input"
}
]
}
Expected behavior
It should be corrected via right-click.
Actual behavior
In Teams Web or Desktop, within an Adaptive Card a misspelled word cannot be corrected via right-click.
Error details
No response
The text was updated successfully, but these errors were encountered: