We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other
3.1.0
Microsoft Teams
In Teams Web or Desktop, within an Adaptive Card a misspelled word cannot be corrected via right-click.
Take the following example with a card sent by Power Automate that contains Input.Text
{ "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5", "body": [ { "type": "Input.Text", "placeholder": "Placeholder text", "label": "Input", "id": "Input" } ] }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: