microsoft / microsoft/AdaptiveCards

[Designer] Data binding Issue

Open
#9,180 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area-Designer Bug
Dominant language
C#
Stars
2k
Forks
595
Avg merge
1d 19h
Merged PRs (30d)
1

Description

Problem Description

Trying to understand how templating works with the new designer (https://adaptivecards.microsoft.com/designer.html) but i am seeing too many console errors

Card JSON
{
    "type": "AdaptiveCard",
    "$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
    "speak":"hello",
    "version": "1.5",
    "body": [
        {
            "type": "TextBlock",
            "text": "${title}",
            "wrap": true
        }
    ]
}
Screenshot
Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the Adaptive Cards designer at the linked URL and reproduce the console errors with the supplied Card JSON, including the ${title} binding. Trace the reported errors to the designer behavior and document or verify the result; done means the reported console errors and their templating context are accounted for.

Written by the indexing model from the issue text.

Assessment

Domain
tooling, web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.