primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
9.82k stars 1.18k forks source link

DatePicker showOtherMonths wrong behaviour #6307

Closed Smeallio closed 5 days ago

Smeallio commented 2 weeks ago

Describe the bug

Setting the prop :showOtherMonths="false" removes the previous and next month buttons from my datepicker panel instead of removing the visible dates from the previous/next month like it's supposed to.

Reproducer

https://stackblitz.com/edit/g5fwpg?file=src%2FApp.vue

PrimeVue version

4.0.4

Vue version

3.x

Language

TypeScript

Build / Runtime

TypeScript

Browser(s)

Chrome

Steps to reproduce the behavior

No response

Expected behavior

No response

Smeallio commented 2 weeks ago

Edited to add a proper stackblitz reproduction