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
We're using the headerTemplate prop in the Calendar (using range) to select a year/quarter with a Dropdown, however as of 10.8.4 (working as of 10.8.3), when we select an item from the dropdown, it automatically closes the calendar.
This issue only occurs as of 10.8.4, after a similar fix was put in place to resolve the need to double click outside of the calendar component to close it: #6920 (comment)
lkuich
changed the title
Calendar: 10.8.4 - When selecting a dropdown item in the headerTemplate, the calendar hides
Calendar: 10.8.4 - When selecting a dropdown item in the headerTemplate, the Calendar hides
Oct 30, 2024
lkuich
changed the title
Calendar: 10.8.4 - When selecting a dropdown item in the headerTemplate, the Calendar hides
Calendar: 10.8.4 - When selecting a Dropdown item in the headerTemplate, the Calendar hides
Oct 30, 2024
Is there any way we can at least manually control the visibility of the calendar and handle outside clicks ourselves? This is blocking our upgrade from PrimeReact 8 > 10 (previous versions include bugs that prevent us from downgrading).
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
Nov 15, 2024
Describe the bug
We're using the
headerTemplate
prop in theCalendar
(using range) to select a year/quarter with aDropdown
, however as of 10.8.4 (working as of 10.8.3), when we select an item from the dropdown, it automatically closes the calendar.This issue only occurs as of 10.8.4, after a similar fix was put in place to resolve the need to double click outside of the calendar component to close it:
#6920 (comment)
Reproducer
https://stackblitz.com/edit/vitejs-vite-d6qwad?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
headerTemplate
:Expected behavior
The text was updated successfully, but these errors were encountered: