Skip to content

Commit

Permalink
fix(module:select): add title property for select component (#2575)
Browse files Browse the repository at this point in the history
close #1974
  • Loading branch information
Liyulun authored and vthinkxie committed Dec 4, 2018
1 parent 9fee376 commit 3444634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/nz-select-top-control.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div
*ngIf="nzListOfSelectedValue.length"
class="ant-select-selection-selected-value"
[attr.title]="nzListOfSelectedValue[0].nzLabel"
[attr.title]="singleValueLabel"
[ngStyle]="selectedValueDisplay">
{{ singleValueLabel }}
</div>
Expand Down

0 comments on commit 3444634

Please sign in to comment.