We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @danielmoncada,
When I click on the input that triggers the calendar popup, the popup overlays the input and doesn't appear below it.
<input class="input-date-picker-maia" [owlDateTime]="date" [owlDateTimeTrigger]="date" [(ngModel)]="ficheSuivi.date"> <owl-date-time #date pickerType="calendar" firstDayOfWeek="1">
It occurs most of the times in a scrolling modal page.
The angular version 12.2.6 and the angular-datetime-picker version is 12.3.0
Thanks by advance for your assistance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @danielmoncada,
When I click on the input that triggers the calendar popup, the popup overlays the input and doesn't appear below it.
<input class="input-date-picker-maia" [owlDateTime]="date" [owlDateTimeTrigger]="date" [(ngModel)]="ficheSuivi.date">
<owl-date-time #date pickerType="calendar" firstDayOfWeek="1">
It occurs most of the times in a scrolling modal page.
The angular version 12.2.6 and the angular-datetime-picker version is 12.3.0
Thanks by advance for your assistance
The text was updated successfully, but these errors were encountered: