Fix a bug input component with focus state

This commit is contained in:
Konstantinos Triantafyllou 2022-05-30 15:42:54 +03:00
parent e9a2163136
commit 5859789119
1 changed files with 1 additions and 1 deletions

View File

@ -528,8 +528,8 @@ export class InputComponent implements OnInit, OnDestroy, AfterViewInit, OnChang
} else {
if (this.optionBox) {
UIkit.dropdown(this.optionBox.nativeElement).hide();
this.focused = false;
}
this.focused = false;
}
}