Skip to content
New issue

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

Monitoring Input Choice Set Selection Changes in an Adaptive Card #8993

Open
dmenagarita opened this issue Aug 26, 2024 · 0 comments
Open

Monitoring Input Choice Set Selection Changes in an Adaptive Card #8993

dmenagarita opened this issue Aug 26, 2024 · 0 comments
Labels

Comments

@dmenagarita
Copy link

dmenagarita commented Aug 26, 2024

Problem Statement

Enable dynamic interaction with other components each time a choice in the checkbox list is made or unmade.

Scenario:

A choice set represents a list of checkboxes, allowing the user to select a maximum of four items.
A ‘Save’ button is available to store the user’s selections.
A label displays the count of selected items, for example, ‘1 of 4 selected’.

Initial Conditions:

The ‘Save’ button is initially disabled.
The default label text reads ‘None Selected’.

Behavior:

Each time a checkbox is toggled, the ‘Save’ button’s state and the label’s text must be updated accordingly.

Proposed solution

Implement a notification system to alert the backend upon any changes in the choice set selection.

Alternatives or Workarounds

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant