Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Calendar] Missing decade 1990 in century view when min date is set #4509

Open
mbechev opened this issue Jan 10, 2025 · 0 comments
Open

[Calendar] Missing decade 1990 in century view when min date is set #4509

mbechev opened this issue Jan 10, 2025 · 0 comments

Comments

@mbechev
Copy link
Contributor

mbechev commented Jan 10, 2025

Description

Setting the min date year to 1991, the 1990 decade is missing from the century view.

min date - new Date(1991, 1, 1);

Image

Steps To Reproduce

Set the min property of the DropDownList to new Date(1991, 1, 1) and navigate to century view.

https://stackblitz.com/edit/angular-lxwfcbqu

Actual Behavior

1990 decade is not displayed.

Expected Behavior

1990 decade should be rendered the same as showing the decade 2000 when the min date year is 2001.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant