diff --git a/components/select/select-top-control.component.ts b/components/select/select-top-control.component.ts index 55cff6e2116..acb27e4f6d0 100644 --- a/components/select/select-top-control.component.ts +++ b/components/select/select-top-control.component.ts @@ -84,7 +84,7 @@ import { NzSelectItemInterface, NzSelectModeType, NzSelectTopControlItemType } f [disabled]="disabled" [value]="inputValue!" [autofocus]="autofocus" - [showInput]="false" + [showInput]="true" [mirrorSync]="true" [focusTrigger]="open" (isComposingChange)="isComposingChange($event)"