Skip to content
New issue

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

[Rendering] Can't correct spelling mistakes on Input.Text #9051

Open
TikitTeam opened this issue Nov 1, 2024 · 0 comments
Open

[Rendering] Can't correct spelling mistakes on Input.Text #9051

TikitTeam opened this issue Nov 1, 2024 · 0 comments

Comments

@TikitTeam
Copy link

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"
}
]
}

Sample Code Language

No response

Sample Code

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant