This repository has been archived by the owner on Sep 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Inline Range Calendar Doesn't Show Range Selection #89
Comments
This error is due to:
And fixed in #88 |
Dear SaturnTeam, This error is still present in 8.0.1 (Inline Range Calendar Doesn't Show Range Selection) Regards |
@NicolasRigo what browser are you using? I can't replicate this issue, even the linked demo seems to be working. |
@beyondsanity It's working now. To be honest, I apparently made a mistake by importing CSS at component level. It works by importing CSS in global styles. And it's working quite well BTW ... |
@SaturnTeam I think the issue can be closed |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The inline range calendar (as shown in the online demo) does not show the selected range as expected. Once the first date is selected, the range selection is shown on hover, but once the second date is selected, the range selection does not stay. This causes it to look like only a single date is selected. This is reproducible in the online demo (https://stackblitz.com/edit/angular-4cfnyl?file=src%2Fapp%2Fapp.component.html)
The text was updated successfully, but these errors were encountered: