AdaptiveCards icon indicating copy to clipboard operation
AdaptiveCards copied to clipboard

[Designer] designer crashes when binding to valid json

Open IntranetFactory opened this issue 2 years ago • 1 comments

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

IntranetFactory avatar Nov 24 '22 17:11 IntranetFactory