You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can modify the calendar and add years and months dropdown.
So in behind the scene shadcn Date Picker uses the "react-day-picker" library and you can modify the calendar by adding some more props like <Calendar mode="single" captionLayout="dropdown" selected={date} onSelect={setDate} initialFocus />
Add this prop (captionLayout="dropdown") and you can select years and months
Feature description
They are unable to select different years or months, which is complex; this feature must be added.
Affected component/components
Date Picker
Additional Context
N/A
Before submitting
The text was updated successfully, but these errors were encountered: