question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Only one month is shown when numberOfMonths/numberOfColumns is set to 2

See original GitHub issue

Describe the bug The calendar displays 1 month even though we have 2 months in the config We had it working as expected a week ago and now we can only see one month being displayed

We didn’t do any change since more than a week. We use litepicker from the CDN: <script src="https://cdn.jsdelivr.net/npm/litepicker/dist/js/main.js"></script>

To Reproduce Codesandbox

Expected behavior It should display two months

jsfiddle.net / codepen.io / etc Codesandbox

Additional context

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
scott-fisher-iiicommented, Jun 17, 2020

Yeah, I noticed the CDN link is still 1.5.0 https://cdn.jsdelivr.net/npm/litepicker/dist/js/main.js

You can specify 1.5.1 though with: https://cdn.jsdelivr.net/npm/litepicker@1.5.1/dist/js/main.js

1reaction
scott-fisher-iiicommented, Jun 17, 2020

@wakirin Perhaps the versioned link should also be added to the help doc?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found