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
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
When i am using the version 1.2.2 if i scrolled for future date more than my maxdate(i.e 30days from the current date ) it scrolls and it get back to the maxdate.and if scrolled before current date it get backs to current date
Now i update the version into 2.0.0. when i am doing the same action it get back to the next date of the current date for both past date scroll and future date scroll and today's date is missing also.
Please Help me to Fix this Issue
Thanks in advance
The text was updated successfully, but these errors were encountered:
Furthermore, after it jumps back to the current date (which is no longer called "today" but the actual date), it is no longer possible to scroll to any dates within the allowed date range.
The crash was caused when today's label was set using todayText() method. The WheelDayPicker was considering the label from resources for today position instead of the custom set label.
Akhunzaada
added a commit
to Akhunzaada/SingleDateAndTimePicker
that referenced
this issue
Jul 12, 2018
The crash was caused when today's label was set using todayText() method or from xml. The WheelDayPicker was considering the label from resources for today position instead of the custom set label.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When i am using the version 1.2.2 if i scrolled for future date more than my maxdate(i.e 30days from the current date ) it scrolls and it get back to the maxdate.and if scrolled before current date it get backs to current date
Now i update the version into 2.0.0. when i am doing the same action it get back to the next date of the current date for both past date scroll and future date scroll and today's date is missing also.
Please Help me to Fix this Issue
Thanks in advance
The text was updated successfully, but these errors were encountered: