[Rendering] Can't correct spelling mistakes on Input.Text #11802
Labels
needs-author-feedback
Needs more info from the customer.
status-no-recent-activity
teams-developer-support
Question related to extensibility (Bot, ME, Tab) would be marked under this label
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: