You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can automatically assume that they will need a check out date at least one night in the future. Therefore, if a user selects a checkout date that is the last date of the month, we can navigate to the next month when we select the check-in date. How can we achieve this @RoXuS ? Waiting for your valuable feedback. Thanks.
The text was updated successfully, but these errors were encountered:
I found a solution. Make month two way bind when use range-datepicker-calendar element. E.g <range-datepicker-calendar month={{month}} ....> Also modify month is the element, set notify to true
Use JS to check if last day of month is selected as check in, if true then update the value of month to current month number + 1.
We can automatically assume that they will need a check out date at least one night in the future. Therefore, if a user selects a checkout date that is the last date of the month, we can navigate to the next month when we select the check-in date. How can we achieve this @RoXuS ? Waiting for your valuable feedback. Thanks.
The text was updated successfully, but these errors were encountered: