Categories
Vuetify - how to remove the month selection from the calendar?
Hello everyone, how can the v-date-picker component cut off the date selection (as in the screenshot) and leave only the days of the month? Thanks
Answer the question
In order to leave comments, you need to log in
Hide via styling:
.show-days-only .v-picker__title, .show-days-only .v-date-picker-header { display: none; }
<v-date-picker class="show-days-only"
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question