initially the date picker component is like this:
I used the min, max props to disable all the other months except one so that the left and right icons are disabled and removed.
What I want to do is, remove the month and year title in the body so that only weekdays are visible to the user. So the final thing would look something like this:
is it possible to do something like this?
You can use the no-title
prop inside your date-picker. =D
You can hide it with CSS:
.v-date-picker-header {
display: none
}
See an example codepen here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With