We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UWP, Other
1.2.3 AdaptiveCards.ObjectModel & 3.2.5 AdaptiveCards.Rendering
Windows Widgets
Repros on UWP and WinUI3.
When there are 2 Input.choiceSet elements present for example, the 2nd one gets its default choice set correctly but the 1st one does not.
{ "type": "AdaptiveCard", "version": "1.3", "body": [ { "type": "Input.ChoiceSet", "id": "input1", "value": "2", "style": "expanded", "label": "First Choiceset", "isMultiSelect": false, "choices": [ { "title": "Choice A", "value": "1" }, { "title": "Choice B", "value": "2" } ] }, { "type": "Input.ChoiceSet", "id": "input2", "value": "3", "style": "expanded", "label": "Second Choiceset", "isMultiSelect": false, "choices": [ { "title": "Choice C", "value": "3" }, { "title": "Choice D", "value": "4" } ] } ] }
No response
The text was updated successfully, but these errors were encountered:
issue repros with "expanded" style choice sets in particular. Multiple "compact"s and 1 "expanded" does not repro.
Sorry, something went wrong.
No branches or pull requests
Target Platforms
UWP, Other
SDK Version
1.2.3 AdaptiveCards.ObjectModel & 3.2.5 AdaptiveCards.Rendering
Application Name
Windows Widgets
Problem Description
Repros on UWP and WinUI3.
When there are 2 Input.choiceSet elements present for example, the 2nd one gets its default choice set correctly but the 1st one does not.
Screenshots
Card JSON
Sample Code Language
No response
Sample Code
No response
The text was updated successfully, but these errors were encountered: