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(module:select): title not display #5978

Merged
merged 1 commit into from
Oct 30, 2020
Merged

Conversation

wenqi73
Copy link
Member

@wenqi73 wenqi73 commented Oct 27, 2020

close #5281

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #5978 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5978      +/-   ##
==========================================
+ Coverage   89.92%   89.96%   +0.04%     
==========================================
  Files         465      465              
  Lines       14044    14046       +2     
  Branches     2308     2308              
==========================================
+ Hits        12629    12637       +8     
+ Misses        867      862       -5     
+ Partials      548      547       -1     
Impacted Files Coverage Δ
components/select/option-item.component.ts 92.59% <ø> (ø)
components/select/select-top-control.component.ts 88.88% <ø> (ø)
components/upload/upload.component.ts 98.29% <0.00%> (+0.02%) ⬆️
components/tabs/tab-nav-bar.component.ts 82.33% <0.00%> (+0.70%) ⬆️
components/table/src/table-data.service.ts 84.61% <0.00%> (+6.15%) ⬆️

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 25e41fa...3efa8a1. Read the comment docs.

@hsuanxyz hsuanxyz merged commit fd77cd4 into NG-ZORRO:master Oct 30, 2020
@wenqi73 wenqi73 deleted the table/sort branch October 30, 2020 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nz-select: 当遇到选中超长文本时鼠标悬停无法显示 title
2 participants