We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8f4da commit 5006ea6Copy full SHA for 5006ea6
1 file changed
components/tree-select/tree-select.component.ts
@@ -566,9 +566,9 @@ export class NzTreeSelectComponent extends NzTreeBase implements ControlValueAcc
566
}
567
568
closeDropDown(): void {
569
- if (!this.isDestroy) {
+ Promise.resolve().then(() => {
570
this.onTouched();
571
- }
+ });
572
this.nzOpen = false;
573
this.inputValue = '';
574
this.isNotFound = false;
0 commit comments