Target Platforms
Android
SDK Version
2.8.0 beta
Application Name
Microsoft Teams
Problem Description
Numbered items in the TextBlock is always displaying number 1 instead of other numbers.
Screenshots

Card JSON
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.3",
"body": [
{
"type": "TextBlock",
"text": "1. First item in the list;"
},
{
"type": "TextBlock",
"text": "2. second item in the list;"
},
{
"type": "TextBlock",
"text": "3. Third item in the list;"
}
]
}
Sample Code Language
n/a
Sample Code
n/a
Target Platforms
Android
SDK Version
2.8.0 beta
Application Name
Microsoft Teams
Problem Description
Numbered items in the
TextBlockis always displaying number 1 instead of other numbers.Screenshots
Card JSON
{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.3", "body": [ { "type": "TextBlock", "text": "1. First item in the list;" }, { "type": "TextBlock", "text": "2. second item in the list;" }, { "type": "TextBlock", "text": "3. Third item in the list;" } ] }Sample Code Language
n/a
Sample Code
n/a