sampleAdaptiveCard.txt
Please refer to attached text file which contains JSON I am trying out.
this is not working..complete block is not showing up
{
"type": "TextBlock",
"size": "Medium",
"weight": "Bolder",
"text": "Tell us about yourself"
},
same if I change it to -
{
"type": "TextBlock",
"size": "medium",
"weight": "bolder",
"text": "Tell us about yourself"
},
shows up the text as expected.
The same issue exists with other params as well.
For e.g -"email", "tel", "small", "default".
It should work irrespective of text case. I verified the same JSON with upper case text in https://adaptivecards.io/designer website and everything works perfectly and in react-native it misses out if we use upper case text.