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

Fixed #15818 - Fix calendar range selection shown date #15820

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

Xylios13
Copy link

Fixes #15818

It ensures the following order for shown date:

  1. End date when it has one
  2. Start date when it has one
  3. Default date when provided
  4. Use 'now' as fallback

Perhaps we could also consider an input to control whether start date should take precedence over end date (e.g., showStartDate: boolean)

Copy link

vercel bot commented Jun 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Jun 11, 2024 8:44am

@cetincakiroglu cetincakiroglu merged commit 5687124 into primefaces:master Jun 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calendar: Range selection mode should use start date as default date when end date isn't set
2 participants