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

p-datepicker-current-day is not applied to the selected day #15969

Closed
Farbfetzen opened this issue Jul 5, 2024 · 0 comments · Fixed by #16109 · 4 remaining pull requests
Closed

p-datepicker-current-day is not applied to the selected day #15969

Farbfetzen opened this issue Jul 5, 2024 · 0 comments · Fixed by #16109 · 4 remaining pull requests
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@Farbfetzen
Copy link

Farbfetzen commented Jul 5, 2024

Describe the bug

The documentation states that the cell of the selected day gets the class p-datepicker-current-day. However, when inspecting the element the class is nowhere to be found. I also cannot find it when searching for it in this Repository (other than the one mention in the docs).

I found one related Issue (#7222) but the fix for it did not include the missing class.

Luckily I found a workaround by using p-highlight instead.

Environment

???

Reproducer

No response

Angular version

17.3.10

PrimeNG version

17.18.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.13.1

Browser(s)

Firefox

Steps to reproduce the behavior

Open the datepicker of a calendar component, select a day and then inspect the selected day.

Expected behavior

I expect either the class to be applied according to the documentation or the documentation to be corrected.

@Farbfetzen Farbfetzen added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 5, 2024
@mehmetcetin01140 mehmetcetin01140 added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jul 26, 2024
@mehmetcetin01140 mehmetcetin01140 added this to the 17.18.7 milestone Jul 26, 2024
@mehmetcetin01140 mehmetcetin01140 self-assigned this Jul 26, 2024
cetincakiroglu added a commit that referenced this issue Aug 1, 2024
Fixed #15969 - Calendar | p-datepicker-current-day is not applied to …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment