Skip to content

Commit ef4bbb1

Browse files
authored
fix(module:select): multiple selection don't show search input (#8929)
1 parent 82b660a commit ef4bbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/select/select-top-control.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import { NzSelectItemInterface, NzSelectModeType, NzSelectTopControlItemType } f
8484
[disabled]="disabled"
8585
[value]="inputValue!"
8686
[autofocus]="autofocus"
87-
[showInput]="false"
87+
[showInput]="true"
8888
[mirrorSync]="true"
8989
[focusTrigger]="open"
9090
(isComposingChange)="isComposingChange($event)"

0 commit comments

Comments
 (0)