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 #11802

Closed
ChetanSharma-msft opened this issue Nov 11, 2024 · 4 comments
Closed

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

ChetanSharma-msft opened this issue Nov 11, 2024 · 4 comments
Assignees
Labels
needs-author-feedback Needs more info from the customer. status-no-recent-activity teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label

Comments

@ChetanSharma-msft
Copy link
Collaborator

Steps to reproduce

Copied from: microsoft/AdaptiveCards#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

Copy link
Contributor

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

@ChetanSharma-msft ChetanSharma-msft added the teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label label Nov 11, 2024
@Prasad-MSFT
Copy link
Collaborator

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

@Prasad-MSFT Prasad-MSFT self-assigned this Nov 11, 2024
@Prasad-MSFT
Copy link
Collaborator

@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.

Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-author-feedback Needs more info from the customer. status-no-recent-activity teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label
Projects
None yet
Development

No branches or pull requests

2 participants