DatePicker: Pick month does not work #6342
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The problem occurs when you have
selectionMode
asrange
and themodelValue
as an empty array ([]
). If you try to change the month it does not work.Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-wo9pte?file=src%2FApp.vue
PrimeVue version
4.0.5
Vue version
4.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
selectionMode: range
modelValue
with an empty array[]
Expected behavior
No response
The text was updated successfully, but these errors were encountered: