S
S
Stim72020-12-09 18:54:16
Vue.js
Stim7, 2020-12-09 18:54:16

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
5fd0f2e26ae17608753573.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2020-12-09
@Stim7

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 your question

Ask a Question

731 491 924 answers to any question