Selecting checkout date earlier than checkin should be treated as a new checkin date.
Closed this issue · 1 comments
bixbarton commented
Edge case.
If you have selected a date range, such as next week. If you select CheckOut on the switcher and then click todays date, it should recognise that the date is earlier than the current checkout date and treat this as a CheckIn selection.
rapuckett commented
This should be achievable by responding to the CXDurationPickerViewDelegate
protocol and arranging the start/end dates as desired.