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
Describe the bug
DateRangePicker does not parse the input dates correctly in version v1.0.0-rc.12 when the specified format-pattern is equal to yyyy-MM-dd. Both firstDateValue and lastDateValue are invalid in the fired event. I guess the problem is related to the delimiter and the logic for splitting the input value.
To reproduce
Steps to reproduce the behavior:
Create DateRangePicker with format-pattern equal to yyyy-MM-dd
Select a date range in the calendar
An error state message will be displayed
Context
UI5 Web Components version: v1.0.0-rc.12 version
Affected components
DateRangePicker
Priority: High
The text was updated successfully, but these errors were encountered:
Describe the bug
DateRangePicker does not parse the input dates correctly in version v1.0.0-rc.12 when the specified
format-pattern
is equal toyyyy-MM-dd
. Both firstDateValue and lastDateValue are invalid in the fired event. I guess the problem is related to the delimiter and the logic for splitting the input value.To reproduce
Steps to reproduce the behavior:
DateRangePicker
withformat-pattern
equal toyyyy-MM-dd
Context
Affected components
DateRangePicker
Priority: High
The text was updated successfully, but these errors were encountered: