Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
heddendorp opened this issue Dec 5, 2024 · 4 comments
Open

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

heddendorp opened this issue Dec 5, 2024 · 4 comments

Comments

@heddendorp
Copy link

heddendorp commented Dec 5, 2024

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

@Nivedipa-MSFT
Copy link

@heddendorp - Thank you for your inquiry about your Teams app development issue!
To assist you better, could you please provide the following details?

Reproduction Steps: Please share the steps you took to encounter the issue.

Amdroid version: What version of the Android are you using?

Teams Client Version: What version of the Teams client are you using?

This information will help us better understand the situation and provide a more accurate response.

@heddendorp
Copy link
Author

Hey @Nivedipa-MSFT
I'm currently sending that card as a response to link unfurlling, I'd guess it does not matter how it get's into a chat.
Also, in my tests, I send this to a private chat. The card does work if there are no input fields in Table Cells.
Android version is 14
Teams version is 1416/1.0.0;202403702/1113
Image
Also here is a screenshot of the not rendering card

@Nivedipa-MSFT
Copy link

Nivedipa-MSFT commented Dec 9, 2024

@heddendorp - A bug has already been raised for this issue. We will inform you as soon as we have any updates on this.

@heddendorp
Copy link
Author

Good to hear @Nivedipa-MSFT
Do you have a very very rough idea of a timeline?
I'm working on a proof of concept for custom loop components in teams (a card like this) that is dependent on mobile uses cases as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants