Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
There should be an option to select multiple dates or Date range to select Multiple dates.
Describe the Use Case
Use case might be a travel related application. like if someone wants to reserve hotel room he can select a range of multiple dates.
Describe Preferred Solution
New option to pass in properties. [range]="true"
and for multiple different dates : [multiple]="true"
and default false
for both.
Describe Alternatives
https://github.com/hsuanxyz/ion2-calendar
Related Code
<ion-datetime [range]="true"></ion-datetime>
Additional Information
Can take range example from here:
https://github.com/hsuanxyz/ion2-calendar