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
When setting the dateFrom and dateTo properties the first selected day is not highlighted.
When creating the Element like this: let ts = document.createElement('range-datepicker'); ts.dateFrom = (1519948800); // Fri Mar 02 2018 ts.dateTo =1520553600; // Fri Mar 09 2018 this._list.appendChild(ts);
The first day is not selected.
The text was updated successfully, but these errors were encountered:
When setting the dateFrom and dateTo properties the first selected day is not highlighted.
When creating the Element like this:
let ts = document.createElement('range-datepicker');
ts.dateFrom = (1519948800);
// Fri Mar 02 2018
ts.dateTo =1520553600;
// Fri Mar 09 2018
this._list.appendChild(ts);
The first day is not selected.
The text was updated successfully, but these errors were encountered: