-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Strange behavior deleting a date in multiple inline Calendar #8506
Copy link
Copy link
Open
Labels
Status: Needs TriageIssue will be reviewed by Core Team and a relevant label will be added as soon as possibleIssue will be reviewed by Core Team and a relevant label will be added as soon as possible
Description
react: 9.1.0
primereact: 10.9.7
Define a multiple inline Calendar
const [dates, setDates] = useState<Nullable<Date[]>>(null);
<Calendar
data-id={calendarid}
id={'calendarid'}
key={'calendarid'}
value={dates}
onChange={(e) => setDates(e.value)}
inline={true}
selectionMode="multiple"
className={""}
showTime={false}
showSeconds
disabled={false}
baseZIndex={10002}
/>
Select dates in different months. Go back to the previos month and delete a date: the calendar sets on the last month. See the video.
It is a strange behavior... Can you comment?
Screen.Recording.2026-02-27.142418.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: Needs TriageIssue will be reviewed by Core Team and a relevant label will be added as soon as possibleIssue will be reviewed by Core Team and a relevant label will be added as soon as possible