Skip to content

Conversation

arjunlalb
Copy link
Contributor

Description

support disabling options in multi-select

Testing

Manually verified. UTs added.

Checklist:

  • My changes generate no new warnings
  • [x I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

@arjunlalb arjunlalb requested a review from a team as a code owner July 8, 2021 16:32
@codecov
Copy link

codecov bot commented Jul 8, 2021

Codecov Report

Merging #979 (72ef3bb) into main (4fbcc37) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           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           
Impacted Files Coverage Δ
...ponents/src/multi-select/multi-select.component.ts 98.48% <100.00%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4fbcc37...72ef3bb. Read the comment docs.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@@ -92,7 +92,7 @@
flex-direction: column;

.divider {
padding: 0px 16px 4px 16px;
padding: 0 16px 4px 16px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why remove px ?

Copy link
Contributor Author

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 :)

Copy link
Contributor

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?

Copy link
Contributor Author

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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same question here

Copy link
Contributor

@anandtiwary anandtiwary left a 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

@github-actions

This comment has been minimized.

@arjunlalb arjunlalb merged commit 344d5b6 into main Jul 9, 2021
@arjunlalb arjunlalb deleted the multi-select-support-disabled-options branch July 9, 2021 04:39
@github-actions
Copy link

github-actions bot commented Jul 9, 2021

Unit Test Results

    4 files  ±0  259 suites  ±0   16m 17s ⏱️ + 2m 17s
941 tests +1  941 ✔️ +1  0 💤 ±0  0 ❌ ±0 
947 runs  +1  947 ✔️ +1  0 💤 ±0  0 ❌ ±0 

Results for commit 344d5b6. ± Comparison against base commit 4fbcc37.

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