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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
Never implemented
Description
When a date that is invalid is entered in the start/change date such as 06/31/2024, the date picker automatically updates the date to the next valid date (in this example the system would automatically be set as 07/01/2024). Global implementation for the Date Picker is not available, Is there any way we can apply it globally to reflect it across application.
Reproduction
Steps to reproduce:
Open angular Date Picker
Enter date manually as 06/31/2024 and tab out, it will automatically be updated into 07/01/2024 which is the next valid date
Expectation : It should allow to apply validation globally to implement it on all the Date Picker module
Expected Behavior
There has to be a way to stop incrementing it and apply validation check for invalid date globally so that user will know that incorrect date is entered
Actual Behavior
it is automatically taking the next date for example 02/29/2023 is getting updated to 03/01/2023