Skip to content

Recent change breaks RTL calendar #943

Closed
@talyash

Description

@talyash

Describe the bug
A change 26a8dfe was made to fix displaying a LTR calendar in a RTL site, however sometimes a RTL calendar is the desired behavior.

Expected behavior
When desired, calendar should be displayed right-to-left.
image

Suggestion
Could a CSS variable be used instead of hard-coding direction: ltr;? For example direction: var(--dp-dir, ltr);.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions