-
-
Notifications
You must be signed in to change notification settings - Fork 453
feat(Calendar/RangeCalendar): add disableDaysOutsideCurrentView property
#1799
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
Conversation
commit: |
f7727fc to
846a103
Compare
|
@epr3 do we want to disable the select action as well when this prop is enabled? |
|
@zernonia Yes, we should do that. I'll update the PR in a bit. |
|
@epr3 Can you resolve the conflicts? Also I'm running into issue with all the cell being disabled in the latest commit 🤔 |
|
@zernonia Sure thing! 👍 |
|
It seems that during conflict resolution, you accidentally removed my compatibility adjustments for applications using Vue below version 3.5 in |
|
@Lakphy Hello, I am deeply sorry about overwriting your changes. Probably either the linter or as you said a merge conflict resolution might have caused this. I'll try to get up a hotfix PR as soon as I am able and reset the changes on Thank you very much for pointing this out. 🚀 |
Added property that disables days outside current view.