Open esmehodzic opened 4 years ago
When there is a already input date value, changing the date format does not change the date display. Be that as it may, after clearing the input and inserting a new value, if user chooses only the end date or only the start date, the previously cleared value is displayed in previous format, even though it has been cleared.
calendar chosen dates display:
Steps to reproduce:
Firstly, it is possible to set Maximum Date lower than Minimum date in Validation
:
Consequently, it is possible to pick a Start date lower to End date on a Calendar.
Edit: Clearing this date input and picking the same one results in blank input, only after choosing a valid input, this again can be reproduced.
Case 1. Same date interval displays end date as
null
There is an issue when picking a date range. Upon calendar open, selecting on start date already selected today's date, the same date is selected on the end date, but when closing calendars, the value is presented as
null
:displayed on calendar:
Originally posted by @esmehodzic in https://github.com/nsftx/chameleon-bundle-material/issues/276#issuecomment-557490355