icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
150 stars 153 forks source link

Month and Year selection only #64

Closed arpalanca closed 1 year ago

arpalanca commented 3 years ago

Good day! Would like to confirm as it seems that minimumView is not working. Wanted to disable day selection. startingView is working though. Thanks.

icehaunter commented 1 year ago

Minimum view is definitely working, however you may still be seeing the full date displayed (including a day). That's expected, and you can address it by setting the format: inputFormat="yyyy-MM". The view cutoff is working though.