Skip to content

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

Description

@wasiq-naqi

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions