-
Notifications
You must be signed in to change notification settings - Fork 590
Open
Labels
Description
Target Platforms
Android
SDK Version
unknown
Application Name
Microsoft Teams
Problem Description
When trying to render an input inside a table, my card does not render at all in teams mobile
Screenshots
Card JSON
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.6",
"body": [
{
"type": "Table",
"columns": [
{
"width": 1
},
{
"width": 1
},
{
"width": 1
}
],
"rows": [
{
"type": "TableRow",
"cells": [
{
"type": "TableCell",
"items": [
{
"type": "Input.Text",
"placeholder": "Placeholder text"
}
]
},
{
"type": "TableCell"
},
{
"type": "TableCell"
}
]
},
{
"type": "TableRow",
"cells": [
{
"type": "TableCell"
},
{
"type": "TableCell"
},
{
"type": "TableCell"
}
]
},
{
"type": "TableRow",
"cells": [
{
"type": "TableCell"
},
{
"type": "TableCell"
},
{
"type": "TableCell"
}
]
}
]
}
]
}
Sample Code Language
No response
Sample Code
No response