-
Notifications
You must be signed in to change notification settings - Fork 4k
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(module:cascader): fix column is not dropped in hover mode #3916
Conversation
Deploy preview for ng-zorro-master ready! Built with commit e422b9d |
Codecov Report
@@ Coverage Diff @@
## master #3916 +/- ##
==========================================
+ Coverage 92.42% 92.44% +0.01%
==========================================
Files 506 506
Lines 10749 10756 +7
Branches 1942 1940 -2
==========================================
+ Hits 9935 9943 +8
+ Misses 400 399 -1
Partials 414 414
Continue to review full report at Codecov.
|
close #3914 |
ad0a64d
to
23f00e1
Compare
23f00e1
to
a7035f1
Compare
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.
bugs not fixed
😢 |
a7035f1
to
17f34fc
Compare
c3062e6
to
534b6ad
Compare
534b6ad
to
e422b9d
Compare
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.
LGTM
…RO#3916) * fix: fix column is not dropped in hover mode * fix: improve code coverage
…RO#3916) * fix: fix column is not dropped in hover mode * fix: improve code coverage
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
nzSelect
. It does almost the same thingnzSelectionChange
but it's less powerful because instead of emitting all selected options, it only emits the newly selected option.Does this PR introduce a breaking change?
Other information