From 2d3a49c9b8b405f2c9002e96ec5f25fc32f27a2f Mon Sep 17 00:00:00 2001 From: Yadong Xie Date: Wed, 16 Sep 2020 09:54:21 +0800 Subject: [PATCH] fix(module:select): fix click arrow open (#5784) --- components/select/select.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/select/select.component.ts b/components/select/select.component.ts index ec07f550f2c..3f25946cabc 100644 --- a/components/select/select.component.ts +++ b/components/select/select.component.ts @@ -104,6 +104,7 @@ export type NzSelectSizeType = 'large' | 'default' | 'small'; [loading]="nzLoading" [search]="nzOpen && nzShowSearch" [suffixIcon]="nzSuffixIcon" + (click)="setOpenState(!nzOpen)" >