-
-
Notifications
You must be signed in to change notification settings - Fork 531
Closed as not planned
Labels
Description
Before you start - checklist
- I have checked if this feature request is not already reported
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
as button
(interactive element) but it can be a simple div
.
Proposed solution
I've patched the lib, and rendered a div
if onClick
is not defined.
Alternatives
No response
Additional information
No response