Skip to content

Commit

Permalink
fix(module:select): fix click arrow open (#5784)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Sep 16, 2020
1 parent 6e7877b commit 2d3a49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/select/select.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export type NzSelectSizeType = 'large' | 'default' | 'small';
[loading]="nzLoading"
[search]="nzOpen && nzShowSearch"
[suffixIcon]="nzSuffixIcon"
(click)="setOpenState(!nzOpen)"
></nz-select-arrow>
<ng-template
cdkConnectedOverlay
Expand Down

0 comments on commit 2d3a49c

Please sign in to comment.