nativescript-ui-feedback
nativescript-ui-feedback copied to clipboard
RadCalendar in Month viewMode cannot scroll to month when maxDate is set
Please, provide the details below:
RadCalendar in Month viewMode cannot scroll to month when maxDate is set
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
- "nativescript-ui-calendar": "^3.6.0"
- CLI: 4.0.0
- Cross-platform modules: (the version of tns-core-modules in the
package.json) - Runtime(s): "tns-android": { "version": "4.0.1" }, "tns-ios": { "version": "4.0.1" }
Please tell us how to recreate the issue in as much detail as possible.
Suppose today is 2018/05/28 and calendar is opened on today's date. Given this code:
<RadCalendar viewMode="Month" transitionMode="Slide" selectionMode="Single" minDate="2018/05/28" maxDate="2018/06/06" [dayViewStyle]="getDayViewStyle()" [monthViewStyle]="getMonthViewStyle()"> </RadCalendar>
... the calendar cannot scroll to June when maxDate is set. If we remove it, it can scroll further.
Still reproducible with version 3.10.0
I am also able to reproduce this issue with version 8.0.2