Jordan Cardwell
2017-03-26 c987d1c4569b2656a6bf2d2522112298cba9f227
check date.month() for current active month
1 files modified
2 ■■■ changed files
src/MonthsView.js 2 ●●● patch | view | raw | blame | history
src/MonthsView.js
@@ -51,7 +51,7 @@
            if ( isDisabled )
                classes += ' rdtDisabled';
            if ( date && i === month && year === date.year() )
            if ( date && i === date.month() && year === date.year() )
                classes += ' rdtActive';
            props = {