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
Describe the bug
When using the ar locale, week days are not differentiable.
To Reproduce
Pass locale="ar" to the component tag.
Expected behavior
It should display explicit day names like
The origin of this bug seems to be located in utils.ts where we always slice(0,2). Arabic day names all begin with the same two letters, causing this issue.
Desktop & mobile (please complete the following information):
Browser : All
Library version : 11.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug

When using the
ar
locale, week days are not differentiable.To Reproduce
Pass
locale="ar"
to the component tag.Expected behavior
It should display explicit day names like
The origin of this bug seems to be located in
utils.ts
where we alwaysslice(0,2)
. Arabic day names all begin with the same two letters, causing this issue.Desktop & mobile (please complete the following information):
The text was updated successfully, but these errors were encountered: