Skip to content

DateRangePicker days change automatically when updating year in Thai Calendar #6536

Open
@yuradmytriev

Description

@yuradmytriev

When using the DateRangePicker component with the Thai calendar (th-u-ca-buddhist locale), the days change automatically when updating the year. This behavior is unexpected and leads to incorrect date selections.

🤔 Expected Behavior?

The selected days should remain consistent when updating the year.

😯 Current Behavior

The selected days change automatically when the year is updated.

💁 Possible Solution

🔦 Context

This issue is reproducible only when the Provider has the th-u-ca-buddhist locale set:

<Provider
  locale={"th-u-ca-buddhist"}
  colorScheme="light"
  theme={defaultTheme}
>
  <DateRangePicker />
</Provider>

🖥️ Steps to Reproduce

Steps to Reproduce:

  • Set the locale to th-u-ca-buddhist in the Provider.
  • Open the DateRangePicker component.
  • Select a date range.
  • Update the year in the calendar.
Screen.Recording.2024-06-12.at.09.13.52.mov

Version

3.34.1

What browsers are you seeing the problem on?

Chrome

If other, please specify.

No response

What operating system are you using?

macOS

🧢 Your Company/Team

No response

🕷 Tracking Issue

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions