Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closeOnClickOutside does not work in headless mode #37

Open
Luc-Bucher opened this issue Jul 9, 2021 · 0 comments
Open

closeOnClickOutside does not work in headless mode #37

Luc-Bucher opened this issue Jul 9, 2021 · 0 comments

Comments

@Luc-Bucher
Copy link

If the "headless"-Attribute is set, clicking outside of the Datepicker won't close it anymore.

My options:
`this.datePickerOptions = {
selectRange: true,
displayFormat: 'dd.MM.yyyy',
barTitleFormat: 'dd.MM.yyyy',
locale: deLocale,
closeOnSelection: true,
closeOnClickOutside: true,
};

<ngx-dates-picker [ngModel]="dateRange" (ngModelChange)="changeUserDefinedDateRange($event)"
[options]="datePickerOptions" [headless]="true" [isOpened]="dateRangePickerOpen">

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant