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
I was trying to initialize the picker from the input fields HTML value attribute, but I'm just ending up with erroneous single dates instead of ranges. Seems to me that the error might be in this line:
which probably should do the parsing for multiple in cases where dateRange is true too, e.g. condition might be this.optionsStore.options.multipleDates || this.optionsStore.options.dateRange.
I tried enabling multipleDates as a workaround, but that seems to be invalid configuration when dateRange is enabled.
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to initialize the picker from the input fields HTML value attribute, but I'm just ending up with erroneous single dates instead of ranges. Seems to me that the error might be in this line:
tempus-dominus/src/js/tempus-dominus.ts
Line 534 in 4a348cb
this.optionsStore.options.multipleDates || this.optionsStore.options.dateRange
.I tried enabling
multipleDates
as a workaround, but that seems to be invalid configuration whendateRange
is enabled.The text was updated successfully, but these errors were encountered: