MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
289 stars 513 forks source link

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

Closed ChetanSharma-msft closed 1 week ago

ChetanSharma-msft commented 2 weeks ago

Steps to reproduce

Copied from: https://github.com/microsoft/AdaptiveCards/issues/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

microsoft-github-policy-service[bot] commented 2 weeks ago

Hi ChetanSharma-msft! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

Prasad-MSFT commented 2 weeks ago

Thank you for your inquiry! We will try to repro this at our end and will revert back shortly.

Prasad-MSFT commented 2 weeks ago

@TikitTeam We did send the card with text input and tried right clicking but it gives us below option. image

So here our question arises, how exactly do you want to correct any spelling mistakes? Do you want here any clear input box option or delete option? Was there any option available earlier via which we can clear input text? Any reference or elaboration would be really helpful.

microsoft-github-policy-service[bot] commented 2 weeks ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 3 days of this comment.