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
On the date picker dialog, select 30 or 31 for the day of the month selector
Try to scroll to 2 (February) on the month selector
Expected Outcome
The app hangs on attempting to select February while the day of the month selected is greater than the possible max value. This is caused by an infinite loop when trying to reset the day part due to the malformed date.
Solution
Reset the day of the month selector max value to 28 (29 if the selected year is a leap year) when the value selected in the month selector is 2 (February)
A Bug in the NumericDatePicker class which sometimes causes crash when one selects a date out of the range of allowed dates (min and max dates)
The text was updated successfully, but these errors were encountered: