react-calendar icon indicating copy to clipboard operation
react-calendar copied to clipboard

WeekstartDay cant be configured by just using calenderType prop, because it accepts only 4 values

Open anitha96ashok opened this issue 6 months ago • 1 comments

Before you start - checklist

  • [X] I followed instructions in documentation written for my React-Calendar version
  • [X] I have checked if this bug is not already reported

Description

i want to be able to configure weekstartday to any day of the week, as per user's discretion. there is no HOc directly available to control that, if i want the start of the week to be wednesday, i cant do that.

Steps to reproduce

There is no steps, its just a prop that u pass to component

Expected behavior

there should be mapping of each calendarType to each specific day of the week, or simply a new prop can be introduced to control start of the week selection.

Actual behavior

only 4 types of calendarTypes can be given which map to only 3 days of the week. so if user wants the start of the week to be wednesday, it cant be configured.

Additional information

No response

Environment

  • Browser (if applicable):
  • React-Calendar version:
  • React version:

anitha96ashok avatar Dec 22 '23 08:12 anitha96ashok