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

[Checkbox Group] Track Option Item state changes #128

Merged
merged 5 commits into from
Nov 7, 2023

Conversation

RTAndrew
Copy link
Collaborator

@RTAndrew RTAndrew commented Nov 2, 2023

Since the CheckboxGroup component is a list of Checkbox components, currently it is not possible to track the state of each item because:

  1. The CheckboxGroup onChange is badly typed
  2. The CheckboxItem onChange is not being used

Now, it's possible to track the changes both from the CheckboxGroup and CheckboxItem, leaving the choice to the developer.

@RTAndrew RTAndrew requested a review from ickas November 2, 2023 12:09
@RTAndrew RTAndrew force-pushed the akl_track_item_state_changes_on_checkbox_group branch from a13bf4c to 6fd294a Compare November 2, 2023 12:12
@ickas ickas merged commit 4691781 into develop Nov 7, 2023
1 of 8 checks passed
@ickas ickas deleted the akl_track_item_state_changes_on_checkbox_group branch November 7, 2023 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants