-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Add support of calendar "view only" mode #876
Comments
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days. |
Ping |
Tried to do that but the types in Calendar.tsx get too complex for me to handle it quicky. You're welcome to have a look if you'd like to get it done asap. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days. |
This issue was closed because it has been stalled for 14 days with no activity. |
Before you start - checklist
Description
In my app there is a requirement to show a simple calendar with holidays, without the need to select days etc..., in this case there is no reason to render the
Tile
asbutton
(interactive element) but it can be a simplediv
.Proposed solution
I've patched the lib, and rendered a
div
ifonClick
is not defined.Alternatives
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: