Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting dateFrom will not display the first day #21

Open
StefanGussner opened this issue Mar 28, 2018 · 0 comments
Open

Setting dateFrom will not display the first day #21

StefanGussner opened this issue Mar 28, 2018 · 0 comments

Comments

@StefanGussner
Copy link

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.

bildschirmfoto 2018-03-28 um 13 05 05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant