ZestfulNation / vue-hotel-datepicker

A VueJS v2 responsive date range picker. Displays the number of nights selected and allow several useful options like custom check-in/check-out rules, localization support and more.
https://zestfulnation.github.io/vue-hotel-datepicker/
MIT License
840 stars 220 forks source link

Suggestion: Show week names on mobile/tablet #308

Closed cocomode18 closed 4 months ago

cocomode18 commented 2 years ago

The week names for mobile/tablet devices are hidden by css class vhd__hide-up-to-tablet.
https://github.com/ZestfulNation/vue-hotel-datepicker/blob/main/src/DatePicker/components/WeekRow.vue#L2

Is there a reason to hide them?
I'd prefer them to be visible on both pc and mobile/tablet devices, or at least make them selectable by props.

softopia-tech commented 2 years ago

I have the same question, also when we select first date in mobile it's not getting highlighted

matiasperrone commented 2 years ago

Hi... sorry... I didn't have the time to dedicate to the project. Is this more like a enhancement, right?

softopia-tech commented 2 years ago

Hi... sorry... I didn't have the time to dedicate to the project. Is this more like a enhancement, right?

Yes, we can count it in enhancement, but the highlight first date on select in mobile is working fine on demo page but not working with the latest release of the package.

matiasperrone commented 2 years ago

Yeah the demo page may be a little old... maybe you can find the error or typo. The demo pages are in gh-pages

matiasperrone commented 1 year ago

This feature will be available in the next version v4.6

matiasperrone commented 4 months ago

Done