Skip to content

Commit

Permalink
Fixed #14128
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 17, 2023
1 parent 0057be7 commit 1e4dcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ export class Dropdown implements OnInit, AfterViewInit, AfterContentInit, AfterV

onInputBlur(event: Event) {
this.focused = false;
this.onBlur.emit(event);
(this.overlayVisible === false) && this.onBlur.emit(event);

if (!this.preventModelTouched) {
this.onModelTouched();
Expand Down

0 comments on commit 1e4dcb6

Please sign in to comment.