nsftx / chameleon-bundle-material

Material Bundle for Chameleon applications
https://chameleon.nsoft.com
6 stars 1 forks source link

Date Range Issues #277

Open esmehodzic opened 4 years ago

esmehodzic commented 4 years ago

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:

image

displayed on calendar: image

Originally posted by @esmehodzic in https://github.com/nsftx/chameleon-bundle-material/issues/276#issuecomment-557490355

esmehodzic commented 4 years ago

Case 2. Date format change does not clear the previous format

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.

image

calendar chosen dates display: image

Steps to reproduce:

esmehodzic commented 4 years ago

Case 3. Possible to pick Start date higher than End date in a specific case with minimum and maximum validation

Firstly, it is possible to set Maximum Date lower than Minimum date in Validation:

image

Consequently, it is possible to pick a Start date lower to End date on a Calendar.

image

image


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. image