Skip to content

[Rendering] Numbered item in TextBlock always displaying number 1 #6238

@karthikgopal36

Description

@karthikgopal36

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

Screenshot_1629758184

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions