Skip to content

Commit

Permalink
fix(module:select): multiple selection don't show search input (#8929)
Browse files Browse the repository at this point in the history
  • Loading branch information
sholvabai authored Dec 14, 2024
1 parent 82b660a commit ef4bbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/select-top-control.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit ef4bbb1

Please sign in to comment.