The calendar popup is not getting closed even after selecting the date or clicking outside.
This is how I have integrated data picker in my component.
<kendo-datepicker *ngIf="formControl.allowEditing && !disabled && active" placeholder="mm/dd/yyyy"
[formControlName] = "controlName" [min]="minDate" [max]="maxDate" [disabledDates]="disableDates" >
</kendo-datepicker>