Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.48k stars 147 forks source link

Highlight a preset button has been selected #793

Closed nguyenquocdaile closed 6 months ago

nguyenquocdaile commented 6 months ago

Hi, Thanks for the awesome feature. I am working with preset-dates. But I don't see a way to highlight the button on the left when I click on it, like Today button I click it doesn't have any different class to style.

image

Jasenkoo commented 6 months ago

You can use a custom slot and match the active value in your parent component. It is a bit redundant to add this check when it can be implemented manually if needed.