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

fix: fix checkbox group all selection #1761

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glenkurniawan-adslot
Copy link
Contributor

Description

  • update to find out checkbox items that are disabled and do not include them when checkboxgroup.all is being selected
  • update to disable checkboxgroup.all when all the children are disabled

Does this PR introduce a breaking change?

  • Yes
  • No

Manual testing step?

Screenshots (if appropriate):

Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.74%. Comparing base (4711886) to head (64b5e51).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1761   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files         102      102           
  Lines        1939     1953   +14     
  Branches      528      532    +4     
=======================================
+ Hits         1934     1948   +14     
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@glenkurniawan-adslot glenkurniawan-adslot force-pushed the fix-checkboxgroupall-selection branch 4 times, most recently from b9ba510 to 5ba803c Compare March 6, 2024 03:54
Copy link

sonarcloud bot commented Mar 7, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@codecov-commenter
Copy link

codecov-commenter commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.74%. Comparing base (2f0b97b) to head (16be0ea).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1761   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files         102      102           
  Lines        1962     1976   +14     
  Branches      566      547   -19     
=======================================
+ Hits         1957     1971   +14     
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Apr 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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.

None yet

3 participants