microsoft / microsoft/AdaptiveCards
[Bug Bash] [UWP] Input.Text isMultiline does not work
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Platform
What platform is your issue or question related to? (Delete other platforms).
- UWP
Issue
UWP Input.Text isMultiline does not work

JS

{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.0",
"backgroundImage": "Assets/background.png",
"body": [
{
"type": "Image",
"url": "Assets/Adaptive10.png",
"altText": "Adaptive cards 1.0 logo"
}
],
"actions": [
{
"type": "Action.ShowCard",
"title": "Open Card",
"iconUrl": "Assets/Adaptive10.png",
"card": {
"type": "AdaptiveCard",
"body": [
{
"type": "Input.Text",
"id": "comment",
"isMultiline": true,
"placeholder": "Enter your comment"
}
],
"actions": [
{
"type": "Action.Submit",
"iconUrl": "Assets/Adaptive10.png",
"title": "OK"
}
]
}
}
]
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reproducing the supplied Adaptive Card JSON on UWP and inspect how the Input.Text isMultiline property is handled. Done means an Input.Text with isMultiline set to true visibly accepts multiple lines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, javascript
- Domain
- frontend, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100