[Rendering] Can't correct spelling mistakes on Input.Text
Opened this issue · 0 comments
TikitTeam commented
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
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"
}
]
}
Sample Code Language
No response
Sample Code
No response