Closed ChetanSharma-msft closed 1 week 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
Thank you for your inquiry! We will try to repro this at our end and will revert back shortly.
@TikitTeam We did send the card with text input and tried right clicking but it gives us below option.
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.
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.
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