Skip to content

Commit d42d5b2

Browse files
committed
resolves 377
1 parent 3969e1f commit d42d5b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/date-picker/date-picker.component.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -380,13 +380,14 @@ export class DatePickerComponent implements OnChanges,
380380

381381
this.isFocusedTrigger = true;
382382
setTimeout(() => {
383-
this.hideStateHelper = false;
384-
385383
if (!this.areCalendarsShown) {
386384
this.showCalendars();
387385
}
388386

387+
this.hideStateHelper = false;
388+
389389
this.isFocusedTrigger = false;
390+
this.cd.markForCheck();
390391
}, this.componentConfig.onOpenDelay);
391392
}
392393

0 commit comments

Comments
 (0)