4,145 questions
It looks like you are facing the same issue as mentioned here https://github.com/OfficeDev/Microsoft-Teams-Samples/issues/868.
Please follow above thread for further updates, thank you.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Selecting a choice in Input.ChoiceSet with typeahead search results in an error.
And we can't send a choice.
Until yesterday, there was no error.
We use this feature in our chatbot.
Please fix this.
my adaptive card:
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4",
"msteams": {
"width": "Full"
},
"type": "AdaptiveCard",
"body": [
{
"type": "Input.ChoiceSet",
"style": "filtered",
"id": "id1",
"isRequired": true,
"errorMessage": "not selected.",
"isMultiSelect": false,
"choices.data": {
"type": "Data.Query",
"dataset": "dataset"
}
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Execute",
"title": "Send"
}
]
}
]
}
It looks like you are facing the same issue as mentioned here https://github.com/OfficeDev/Microsoft-Teams-Samples/issues/868.
Please follow above thread for further updates, thank you.