Date Picker should support selecting multiple dates with click
Two new modes offered for single clicking. Should be on by default for devices without pointer (mobile et al)
- Click to select start, then end (airbnb / google flights etc)
- Click to pick individual dates, not creating a range
I have a date picker in Angular to select multiple dates (ie. a start and end date). It seems to only work if I hold shift and select the dates. Do you know if there is a work around this?
So alternate clicks select start and end? Click once that's the start, click somewhere else and that's the end?
And then click on yet another cell, and the existing range clears, and you just selected s start?
Is this how it should be? It seems more difficult to understand than using click to shit+click to mean start and end.
The Airbnb one is bizarre. Once I select the start date of the 10th that's it! I can't unset it! I'm starting my holiday on the 10th! I have to refresh the page to change my mind! Let's not follow.
I attempted using an incrementing button to no success. Is there a workaround for the shift + select on mobile devices?