This repository was archived by the owner on May 29, 2019. It is now read-only.
Allow datepicker Done button to support partial updates #6160
Open
Description
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.