We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I think I've stumbled on a bug. Reproduction repo: https://github.com/stabback/mobiscroll-calendar-responsive-loop-reproduction
An infinite JS loop is caused when initializing a calendar with the following options:
{ display: 'inline', responsive: { large: {} } }
Any other options can be provided, but setting the responsive attribute alongside display: 'inline' causes this loop.
responsive
display: 'inline'
The README in the sample repo has more information.
The text was updated successfully, but these errors were encountered:
Fixed in 4.8.5
Sorry, something went wrong.
No branches or pull requests
Hello,
I think I've stumbled on a bug. Reproduction repo: https://github.com/stabback/mobiscroll-calendar-responsive-loop-reproduction
An infinite JS loop is caused when initializing a calendar with the following options:
Any other options can be provided, but setting the
responsive
attribute alongsidedisplay: 'inline'
causes this loop.The README in the sample repo has more information.
The text was updated successfully, but these errors were encountered: