-
Notifications
You must be signed in to change notification settings - Fork 11
fix: support disabling options in multi-select #979
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #979 +/- ##
=======================================
Coverage 85.05% 85.05%
=======================================
Files 812 812
Lines 16754 16756 +2
Branches 2168 2169 +1
=======================================
+ Hits 14250 14252 +2
Misses 2473 2473
Partials 31 31
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@@ -92,7 +92,7 @@ | |||
flex-direction: column; | |||
|
|||
.divider { | |||
padding: 0px 16px 4px 16px; | |||
padding: 0 16px 4px 16px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why remove px ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zeroes don't need px :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so this is just a nit change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea. this is just a minor cleanup since I was in the area :)
.checkbox { | ||
margin: 0px; | ||
margin: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same question here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good apart from the one question
Description
support disabling options in multi-select
Testing
Manually verified. UTs added.
Checklist: