Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Inline Range Calendar Doesn't Show Range Selection #89

Closed
mtderryberry opened this issue Jun 1, 2019 · 6 comments
Closed

Inline Range Calendar Doesn't Show Range Selection #89

mtderryberry opened this issue Jun 1, 2019 · 6 comments

Comments

@mtderryberry
Copy link

mtderryberry commented Jun 1, 2019

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)

@mtderryberry mtderryberry changed the title Inline Range Calendar Inline Range Calendar Doesn't Show Range Selection Jun 1, 2019
@SaturnTeam
Copy link
Owner

@beyondsanity

@theonelucas
Copy link

This error is due to:

_dateSelected(date: D): void {

And fixed in #88

@NicolasRigo
Copy link

Dear SaturnTeam,

This error is still present in 8.0.1 (Inline Range Calendar Doesn't Show Range Selection)

Regards

@beyondsanity
Copy link

@NicolasRigo what browser are you using? I can't replicate this issue, even the linked demo seems to be working.

@NicolasRigo
Copy link

@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 ...

@beyondsanity
Copy link

@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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants