DanielYKPan / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
565 stars 356 forks source link

ng-pick-datetime dialog is loading away and outside of textbox #775

Open sushilkar opened 1 year ago

sushilkar commented 1 year ago

https://www.npmjs.com/package/ng-pick-datetime-ex/v/14.0.0 or even 13.x is not working smoothly with Angular 14.x

(After Upgrade 14.x angular) Loading a bit outside of the textbox:

image

(Before upgrade: i.e 13.x Angular and it was working fine)

image

Usage is something similar here: https://jake.stackblitz.com/edit/owl-datetimepicker?file=src%2Fapp%2Fbasic%2Fbasic.component.ts

using OwlNativeDateTimeModule - support for native JavaScript Date object

It was working fine all the way till Angular 13.x and 14.x angular give me this issue. ng-pick-datetime dialog is loading a bit away from the text box Any insight?

sushilkar commented 1 year ago
    "@angular/cdk": "^12.2.13",
    "@angular/core": "^14.2.7",
    "ng-pick-datetime-ex": "^13.0.1",

this combination of packages/cdk works