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
I saw there is a function (another PR) to setNumberMonthsDisplayed and its nice but my customer need more than 12 months for the first 2 months of the current year. So if i update line 265 in options object. I could easy update to 14 and the output is perfect!
Hi,
I saw there is a function (another PR) to setNumberMonthsDisplayed and its nice but my customer need more than 12 months for the first 2 months of the current year. So if i update line 265 in options object. I could easy update to 14 and the output is perfect!
Here my recommandation, thanks
numberMonthsDisplayed: !isNaN(parseInt(opt.numberMonthsDisplayed)) && opt.numberMonthsDisplayed > 0 ? parseInt(opt.numberMonthsDisplayed) : 12,
The text was updated successfully, but these errors were encountered: