diff --git a/components/select/nz-select-top-control.component.ts b/components/select/nz-select-top-control.component.ts index da3e12b91fa..1fad6334a66 100644 --- a/components/select/nz-select-top-control.component.ts +++ b/components/select/nz-select-top-control.component.ts @@ -63,9 +63,9 @@ export class NzSelectTopControlComponent implements OnInit, OnDestroy { } setInputValue(value: string): void { - if (this.inputElement) { + /* if (this.inputElement) { this.inputElement.nativeElement.value = value; - } + } */ this.inputValue = value; this.updateWidth(); this.nzSelectService.updateSearchValue(value);