Skip to content

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

@TikitTeam

Description

@TikitTeam

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions