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 was archived by the owner on May 29, 2019. It is now read-only.
In situations where existing dates are being edited by changing just one element of the date such as the year or the month, users naturally change that one element and then click on the Done button. What happens then is that because the user has not navigated back to the day level of the datepicker, the updated date is not accepted and the original date value in the model is left intact.
My suggestion is to allow (optionally?) to have the Done button accept any changes to year/month/day as the user makes them without requiring the user to navigate back "up" to the day level of the picker.