-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
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
[Bug Report] v-calendar category always display 1 day even if category-days set to 2 or 3 #12967
Closed
perencinmarco opened this issue
Jan 15, 2021
· 0 comments
· Fixed by #13050, elirehema/nbs-web#87, elirehema/authx#10 or EuanRiggans/ukpetition.info#159
Closed
[Bug Report] v-calendar category always display 1 day even if category-days set to 2 or 3 #12967
perencinmarco opened this issue
Jan 15, 2021
· 0 comments
· Fixed by #13050, elirehema/nbs-web#87, elirehema/authx#10 or EuanRiggans/ukpetition.info#159
Labels
C: VCalendar
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Milestone
Comments
francisconeves97
added a commit
to francisconeves97/vuetify
that referenced
this issue
Feb 3, 2021
This commit fixes an issue where the category calendar wasn't being rendered correctly when the category-days was bigger than 1. fixes vuetifyjs#12967
8 tasks
francisconeves97
added a commit
to francisconeves97/vuetify
that referenced
this issue
Feb 4, 2021
This commit fixes an issue where the category calendar wasn't being rendered correctly when the category-days was bigger than 1. fixes vuetifyjs#12967
KaelWD
pushed a commit
that referenced
this issue
Feb 23, 2021
This was referenced Mar 10, 2021
This was referenced Mar 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C: VCalendar
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Environment
Vuetify Version: 2.4.2
Last working version: 2.3.0
Vue Version: 2.6.11
Browsers: Chrome 87.0.4280.141
OS: Windows 10
Steps to reproduce
on calendar setting category-days = 2 or 3 make timed events displaying only for 1 day
Expected Behavior
For every day i used to be able to display more categories event timed
Actual Behavior
if iset category-days = 1 everithing works fine, with category-days 2 or 3 i can display only first day events
Reproduction Link
https://codepen.io/perencinmarco/pen/abmPzvZ
The text was updated successfully, but these errors were encountered: