Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
fix: Dropdown no open when click on tree-select
Browse files Browse the repository at this point in the history
  • Loading branch information
Hervé TINANT committed Jul 31, 2017
1 parent a44e570 commit 5213370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ export class TreeSelectComponent implements ControlValueAccessor {
}
this.haveFocus = false;
}
this.svc.close();
}

// Set touched on blur
@HostListener('blur')
public onTouched() {
this.svc.close();
this.onTouchedCallback();
}

Expand Down

0 comments on commit 5213370

Please sign in to comment.