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
Possible Solution
I think it's an event issue, when we press the today button, the value should be assigned (const selectedRange = datepicker.data.value();
logError(selectedRange);) returns nothing
The text was updated successfully, but these errors were encountered:
Your issue may already be reported!
Please search on the issue track before creating one.
Bug Report
Environment
Current Behavior
When used in range mode, the today button works on the start date but when used on the end date, the date value is not returned
Possible Solution
I think it's an event issue, when we press the today button, the value should be assigned (const selectedRange = datepicker.data.value();
logError(selectedRange);) returns nothing
The text was updated successfully, but these errors were encountered: