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