We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b660a commit ef4bbb1Copy full SHA for ef4bbb1
components/select/select-top-control.component.ts
@@ -84,7 +84,7 @@ import { NzSelectItemInterface, NzSelectModeType, NzSelectTopControlItemType } f
84
[disabled]="disabled"
85
[value]="inputValue!"
86
[autofocus]="autofocus"
87
- [showInput]="false"
+ [showInput]="true"
88
[mirrorSync]="true"
89
[focusTrigger]="open"
90
(isComposingChange)="isComposingChange($event)"
0 commit comments