Copied bug from: https://github.com/microsoft/AdaptiveCards/issues/5870
Details from original post:
Please list the platform(s) that your application is targeting and remove platforms you are not targeting:
Microsoft Teams
When you use Input.Text in an Adaptive card on IOS the entire card will not render when called from a task module.
Nothing is rendered so a screenshot would be blank.
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"body": [
{
"type": "Input.Text",
"placeholder": "Placeholder text"
}
]
}
⚠Do not edit this section.It is required for docs.microsoft.com ➟ GitHub issue linking.
Hi Wajeed-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
Hi @vindevries Thanks for reaching out us. I will repro at my end and will let you soon.
Hi @vindevries You need pass ID for input.text array please go through below example
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"body": [
{
"type": "Input.Text",
"id": "passid",
"placeholder": "Placeholder text"
}
]
}
@Chetana-MSFT
As shown in issue microsoft/AdaptiveCards#5870 we tried that already and is has no effect.
@vindevries Can I know your MS teams version and IOS version.
@Chetana-MSFT I have the same problem that @vindevries
I detected the problem in the MS Teams version 3.7.0 (current version is 3.7.1 with the same issue)
iOS version: 14.4.2
@Chetana-MSFT I'm using IOS 12.5.3 and Teams version 3.7.0
Hi @vindevries I am able to repro the issue. I have raised a bug at our end. Our engineering team will work on it.
Most helpful comment
Hi @vindevries I am able to repro the issue. I have raised a bug at our end. Our engineering team will work on it.