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
On the latest version of Edge on Windows (Edge 44.17763.1.0, Windows 10 1809), the date numbers are not displayed in the final column (for the Saturdays).
This can be reproduced with the demo code in the package.
The text was updated successfully, but these errors were encountered:
Doesn't seem like this project is being actively maintained, but I found a fix: in src/ng-datepicker/component/ng-datepicker.component.sass line 92, change the line width: calc(100% / 7)
to width: calc(99% / 7)
I assume because of some difference in how the widths are calculated/rounded, Edge decides the 7 days don't fit in the calculated space, and we end up with only 6 days in the week.
On the latest version of Edge on Windows (Edge 44.17763.1.0, Windows 10 1809), the date numbers are not displayed in the final column (for the Saturdays).
This can be reproduced with the demo code in the package.
The text was updated successfully, but these errors were encountered: