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
Is your feature request related to a problem? Please describe.
I'd like to develop a custom header using showYearPicker with information about the visible year range. The visible years range is not currently provided in the renderCustomHeader props.
Is your feature request related to a problem? Please describe.
I'd like to develop a custom header using showYearPicker with information about the visible year range. The visible years range is not currently provided in the renderCustomHeader props.
Check out a sandbox:
https://stackblitz.com/edit/vitejs-vite-cyahbe6y?file=src%2FApp.tsx&terminal=dev
Describe the solution you'd like
Include props.yearRange: Int[] or props.visibleYearsRangeStart: Int and props.visibleYearsRangeEnd: Int.
Describe alternatives you've considered
Styling the default header doesn't seem to provide necessary flexibility.
The text was updated successfully, but these errors were encountered: