You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @kuhnroyal ! I have some problems using this DateTimePicker v3.1.0 in Bootstrap Modal window. (I use Angular 8)
The first problem that I have to add to my styles.scss this line
.cdk-overlay-container{position: relative; z-index: 99999 !important }
I need it to display DateTimePicker in front of modal.
The second problem is when try to choose hours and minutes the date is changing.
And when I try to pick some hours it picks the (hours - 3)
P.S. This widget is breathtaking.
The text was updated successfully, but these errors were encountered:
Hello @kuhnroyal ! I have some problems using this DateTimePicker v3.1.0 in Bootstrap Modal window. (I use Angular 8)
The first problem that I have to add to my styles.scss this line
.cdk-overlay-container{position: relative; z-index: 99999 !important }
I need it to display DateTimePicker in front of modal.
The second problem is when try to choose hours and minutes the date is changing.
And when I try to pick some hours it picks the (hours - 3)
P.S. This widget is breathtaking.
The text was updated successfully, but these errors were encountered: