You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today Button is hidden for maxDate with value as new Date()
Since component could execute at slightly different times so the comparison function to hide and show always hides Today Button for component with value as new Date().
Reproducer
No response
System Information
Prime react version 10.9.1
Steps to reproduce the behavior
Pass maxDate as new Date() .
Actual Result: Today Button is hidden
Expected behavior
Today Button must be visible
The text was updated successfully, but these errors were encountered:
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jan 13, 2025
Describe the bug
Today Button is hidden for maxDate with value as new Date()
Since component could execute at slightly different times so the comparison function to hide and show always hides Today Button for component with value as new Date().
Reproducer
No response
System Information
Steps to reproduce the behavior
Pass maxDate as new Date() .
Actual Result: Today Button is hidden
Expected behavior
Today Button must be visible
The text was updated successfully, but these errors were encountered: