Skip to content

[Rendering] Inputs in tables don't render on teams mobile #9067

@heddendorp

Description

@heddendorp

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions