microsoft / microsoft/AdaptiveCards
[Designer] Data binding Issue
Open
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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