-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat(checkbox-list): shift event checkbox was broken #4619
Conversation
🦋 Changeset detectedLatest commit: 2dc6f69 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4619 +/- ##
==========================================
- Coverage 87.45% 87.43% -0.02%
==========================================
Files 335 335
Lines 12812 12720 -92
Branches 3534 3518 -16
==========================================
- Hits 11205 11122 -83
+ Misses 1607 1598 -9
Continue to review full report in Codecov by Sentry.
|
38f368b
to
01dbf15
Compare
01dbf15
to
7513814
Compare
da3a426
to
d24551c
Compare
d24551c
to
c9cc28c
Compare
c9cc28c
to
92552de
Compare
92552de
to
90ae372
Compare
90ae372
to
2a5326a
Compare
2a5326a
to
a0ac513
Compare
e7ec293
to
4ee07b9
Compare
Signed-off-by: Alexandre Philibeaux <[email protected]>
4ee07b9
to
3eaf269
Compare
packages/ui/src/components/Radio/__stories__/Template.stories.tsx
Outdated
Show resolved
Hide resolved
IMHO on shift + click Should mass check if one of the boxes is unchecked |
bc20860
to
bb63df3
Compare
bb63df3
to
942b779
Compare
942b779
to
ce0f4cc
Compare
Signed-off-by: Alexandre Philibeaux <[email protected]>
ce0f4cc
to
2dc6f69
Compare
Summary
Type
Summarise concisely:
What is expected?
Add the possibility to test with playwright
Show that the checkbox event is broken on the list
Close #4618