microsoft / AdaptiveCards

A new way for developers to exchange card content in a common and consistent way.
https://adaptivecards.io
MIT License
1.75k stars 550 forks source link

[Designer] designer crashes when binding to valid json #8083

Open IntranetFactory opened 1 year ago

IntranetFactory commented 1 year ago

Problem Description

I use the following valid sample data

{ 
    "a": "a",
    "2": "b",
    "3-4": "cd"
}

when I try to bind to a TextBox to "2" the designer crashes

Screenshot

image

after clicking on "2" the designer area disapears

image

anna-dingler commented 3 months ago

@jwoo-msft Do we have a contact on from adaptive-expressions?