react-calendar
react-calendar copied to clipboard
Support pick only Month and Year
Before you start - checklist
- [X] I have checked if this feature request is not already reported
Description
I make a feature report, and I only need pick month (can pick year too) But I can't do that because when I pick month, calendar will show day to pick
Proposed solution
No response
Alternatives
No response
Additional information
No response
You can set maxDetail
prop to year
.
<ReactCalendar maxDetail="year" />
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.