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
codepen.io
In the documentation formatRange & Calendar::formatRange the property isExclusive doesn't work.
isExclusive
I've debugged to know why and I've find out that the name of the property is isEndExclusive.
isEndExclusive
The text was updated successfully, but these errors were encountered:
Lol, thank goodness for GitHub issues!
Sorry, something went wrong.
Update formatRange.md
052f9cb
Fix incorrect option key. It should be isEndExclusive. Fixes [#6203](fullcalendar/fullcalendar#6203)
arshaw
Successfully merging a pull request may close this issue.
Reduced Test Case
codepen.io
Bug Description
In the documentation formatRange & Calendar::formatRange the property
isExclusive
doesn't work.I've debugged to know why and I've find out that the name of the property is
isEndExclusive
.The text was updated successfully, but these errors were encountered: