angular2-datetimepicker icon indicating copy to clipboard operation
angular2-datetimepicker copied to clipboard

Close timepicker on click outside is not working - angular2-datetimepicker

Open wasiq-naqi opened this issue 5 years ago • 0 comments

The date picker is showing properly but when I click outside it doesn't close, I have too click on it again to close it. Following is the code I am using.

In HTML <angular2-date-picker [(ngModel)]="startTimeValue" [settings]="startTimeSettings" class=""

In TS startTimeSettings = { bigBanner: true, timePicker: true, format: "dd-MM-yyyy hh:mm a", defaultOpen: false };

calender

wasiq-naqi avatar Jun 18 '20 11:06 wasiq-naqi