vue-hotel-datepicker
vue-hotel-datepicker copied to clipboard
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.
English: Leave here a word. Español: Dejenme su comentario y nos ponemos en contacto
### Description Would like to use this component in a Vue 3 project generated by https://github.com/vitejs/vite Note, this is just about being usable, not porting the component to Vue 3...
**Describe the bug** In mobile layout, when datepicker is open, if i move down or up, with touch event, months changed. This can create a bug with small displays if...
Hello, first of all thanks for your vue component. When I try to scroll down the page in my mobile I can see the months changes. Why this happens? How...
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...
Hello, Could you please put out some documentaion on the half day use? I can read : "Allows to have half a day, if you have check in at noon...
**Describe the bug** I have passed certain values to datepicker as disabled dates and it is showing the same as blocked dates. I Have set min nights to 5. When...
**Describe the bug** If you have a booking which lasts over 2 days, and 1 night. Ie, start date: `2021-04-15` and end date `2021-04-16`, the booking-clicked event is not fired....
I couldnt find this feature, but it would be helpful. Can you disable date Picking? I just want calendar as display for booked dates and prices, but without possibility of...
## Roadmap ## - [x] Replace the dummy inputs and buttons for actual input and button tags, so the user can interact with the elements using the tab/enter keys -...