Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible select a new "Start date" if the day to select if after a locked day and inseparable is true #247

Open
frafra85 opened this issue May 23, 2024 · 0 comments

Comments

@frafra85
Copy link

Describe the bug
If inseparable is true and i have a locked day, it's not possible start a range after a locked day.

To Reproduce
RangePlugin: { startDate: '<?php echo $defaultCheckinDayMonthYear; ?>', endDate: '<?php echo $defaultCheckoutDayMonthYear; ?>', elementEnd: "#checkout", repick: true, tooltipNumber(num) { return num - 1; }, locale: { one: 'notte', other: 'notti', }, }, LockPlugin: { minDate: new Date(), minDays: 2, inseparable: true, },

Expected behavior
If there is a locked day, i can select a new "startDay" after the locked day

Code Playground
https://www.galiholidays.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant