lumapps / lumX

The first responsive front-end framework based on Angular & Google Material Design specifications

Home Page:https://ui.lumapps.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinDate/MaxDate with mutiple DatePickers

Ikkyusan1 opened this issue · comments

When one uses several DatePickers in the same view, and if each DatePicker's min/max dates depend on the other DatePicker's dates, the calendars don't display the correct disabled days until a day is selected.
A call to generateCalendar() seems to be needed in the directive's openDatePicker function to fix this incorrect behavior.

I see that this got solved in commits 0388213 and 6266d7a.
A bit late, but thanks.